Home
last modified time | relevance | path

Searched defs:GET_FP (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c177 #define GET_FP(ctx) (((ucontext_t*)ctx)->uc_mcontext.gregs[REG_EBP]) macro
182 #define GET_FP(ctx) (((ucontext_t*)ctx)->uc_mcontext.gregs[REG_RBP]) macro
188 #define GET_FP(ctx) (((ucontext_t*)ctx)->uc_mcontext.regs[14]) macro
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c177 #define GET_FP(ctx) (((ucontext_t*)ctx)->uc_mcontext.gregs[REG_EBP]) macro
182 #define GET_FP(ctx) (((ucontext_t*)ctx)->uc_mcontext.gregs[REG_RBP]) macro
188 #define GET_FP(ctx) (((ucontext_t*)ctx)->uc_mcontext.regs[14]) macro