Definition in file xed-disas.h.
#include "xed-types.h"
Go to the source code of this file.
Defines | |
| #define | _XED_DISAS_H_ |
Typedefs | |
| typedef int XED_DLL_EXPORT(* | xed_disassembly_callback_fn_t )(xed_uint64_t address, char *symbol_buffer, xed_uint32_t buffer_length, xed_uint64_t *offset, void *context) |
Functions | |
| XED_DLL_EXPORT void | xed_register_disassembly_callback (xed_disassembly_callback_fn_t f) |
| Register a disassembly call back function of type xed_disassembly_callback_fn_t to get called when the disassembler needs to get a symbol and offset for an address. | |
|
|
Definition at line 37 of file xed-disas.h. |
1.4.6