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

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp99 # define context_rbp uc_mcontext.mc_rbp macro
145 # define context_fp context_rbp
152 # define context_rbp uc_mcontext->DU3_PREFIX(ss,rbp) macro
192 # define context_rbp sc_rbp macro
240 # define context_rbp uc_mcontext.__gregs[_REG_RBP] macro
1028 st->print(", RBP=" INTPTR_FORMAT, uc->context_rbp);
1097 st->print("RBP="); print_location(st, uc->context_rbp);

Completed in 1663 milliseconds