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

/netbsd-current/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
227 GET_FP(context) = (intptr_t)__collector_getfp(); \
4421 wctx.fp = GET_FP (context);
4497 wctx.fp = GET_FP (ncontext);
4531 wctx.fp = GET_FP (ncontext);
/netbsd-current/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
227 GET_FP(context) = (intptr_t)__collector_getfp(); \
4427 wctx.fp = GET_FP (context);
4503 wctx.fp = GET_FP (ncontext);
4537 wctx.fp = GET_FP (ncontext);

Completed in 205 milliseconds