Searched defs:context_ebp (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp126 # define context_ebp uc_mcontext.mc_ebp macro
169 # define context_fp context_ebp
176 # define context_ebp uc_mcontext->DU3_PREFIX(ss,ebp) macro
219 # define context_ebp sc_ebp macro
263 # define context_ebp uc_mcontext.__gregs[_REG_EBP] macro
1054 st->print(", EBP=" INTPTR_FORMAT, uc->context_ebp);
1114 st->print("EBP="); print_location(st, uc->context_ebp);

Completed in 303 milliseconds