HomeSort by relevance Sort by last modified time
    Searched refs:x86_init (Results 1 - 5 of 5) sorted by null

  /external/google-breakpad/src/third_party/libdisasm/
x86_misc.c 21 int x86_init( enum x86_options options, DISASM_REPORTER reporter, void * arg ) function
libdis.h 85 int x86_init( enum x86_options options, DISASM_REPORTER reporter, void *arg);
    [all...]
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm_oop.i 825 int x86_init( enum x86_options options, DISASM_REPORTER reporter,
888 x86_init( opt_none, x86_default_reporter, dis );
895 x86_init( options, x86_default_reporter, dis );
902 x86_init( options, reporter, NULL );
910 x86_init( options, reporter, arg );
libdisasm.i 20 %rename(init) x86_init;
416 x86_init( options, x86_default_reporter, dis );