Home
last modified time | relevance | path

Searched refs:DISASM_REPORTER (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/third_party/libdisasm/
Dx86_misc.c18 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()
Dlibdis.h67 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/
Dlibdisasm_oop.i817 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()