Searched refs:x86_init (Results 1 – 6 of 6) sorted by relevance
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_misc.c | 21 int x86_init( enum x86_options options, DISASM_REPORTER reporter, void * arg ) in x86_init() function
|
D | libdis.h | 81 int x86_init( enum x86_options options, DISASM_REPORTER reporter, void *arg);
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm_oop.i | 825 int x86_init( enum x86_options options, DISASM_REPORTER reporter, 888 x86_init( opt_none, x86_default_reporter, dis ); in X86_Disasm() 895 x86_init( options, x86_default_reporter, dis ); in X86_Disasm() 902 x86_init( options, reporter, NULL ); in X86_Disasm() 910 x86_init( options, reporter, arg ); in X86_Disasm()
|
D | README | 114 % x86_init 0 NULL NULL
|
D | libdisasm.i | 20 %rename(init) x86_init; 416 x86_init( options, x86_default_reporter, dis ); in x86disasm_new()
|
/external/google-breakpad/src/processor/ |
D | disassembler_x86.cc | 46 libdis::x86_init(libdis::opt_none, NULL, NULL); in DisassemblerX86()
|