Searched refs:context_ebx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp123 # define context_ebx uc_mcontext.mc_ebx macro
173 # define context_ebx uc_mcontext->DU3_PREFIX(ss,ebx) macro
216 # define context_ebx sc_ebx macro
260 # define context_ebx uc_mcontext.__gregs[_REG_EBX] macro
1049 st->print(", EBX=" INTPTR_FORMAT, uc->context_ebx);
1110 st->print("EBX="); print_location(st, uc->context_ebx);

Completed in 460 milliseconds