Home | History | Annotate | Download | only in libdisasm

Lines Matching refs:x86_options

75 enum x86_options {		/* these can be ORed together */
85 int x86_init( enum x86_options options, DISASM_REPORTER reporter, void *arg);
87 void x86_set_options( enum x86_options options );
88 enum x86_options x86_get_options( void );