Searched refs:DISASM_REPORTER (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_misc.c | 18 static DISASM_REPORTER __x86_reporter_func = NULL; 21 int x86_init( enum x86_options options, DISASM_REPORTER reporter, void * arg ) in x86_init() 30 void x86_set_reporter( DISASM_REPORTER reporter, void * arg ) { in x86_set_reporter()
|
D | libdis.h | 67 typedef void (*DISASM_REPORTER)( enum x86_report_codes code, typedef 85 int x86_init( enum x86_options options, DISASM_REPORTER reporter, void *arg); 86 void x86_set_reporter( DISASM_REPORTER reporter, void *arg);
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm_oop.i | 817 typedef void (*DISASM_REPORTER)( enum x86_report_codes code, typedef 825 int x86_init( enum x86_options options, DISASM_REPORTER reporter, 827 void x86_set_reporter( DISASM_REPORTER reporter, void *arg); 899 X86_Disasm( enum x86_options options, DISASM_REPORTER reporter ) { in X86_Disasm() 906 X86_Disasm( enum x86_options options, DISASM_REPORTER reporter, in X86_Disasm()
|