fcml  1.2.2
Public Attributes | List of all members
fcml_st_disassembler_context Struct Reference

Disassembler context. More...

#include <fcml_disassembler.h>

Collaboration diagram for fcml_st_disassembler_context:
Collaboration graph
[legend]

Public Attributes

fcml_st_disassemblerdisassembler
 Disassembler used to decode instructions. More...
 
fcml_st_disassembler_conf configuration
 Disassembler configuration. More...
 
fcml_st_entry_point entry_point
 Instruction entry point configuration. More...
 
fcml_ptr code
 Pointer to the encoded instruction. More...
 
fcml_usize code_length
 Size of the code in the buffer above. More...
 

Detailed Description

Disassembler context.

Member Data Documentation

◆ code

fcml_ptr fcml_st_disassembler_context::code

Pointer to the encoded instruction.

◆ code_length

fcml_usize fcml_st_disassembler_context::code_length

Size of the code in the buffer above.

◆ configuration

fcml_st_disassembler_conf fcml_st_disassembler_context::configuration

Disassembler configuration.

◆ disassembler

fcml_st_disassembler* fcml_st_disassembler_context::disassembler

Disassembler used to decode instructions.

◆ entry_point

fcml_st_entry_point fcml_st_disassembler_context::entry_point

Instruction entry point configuration.


The documentation for this struct was generated from the following file: