Searched refs:STACK_BIAS (Results 1 – 2 of 2) sorted by relevance
18 #define STACK_BIAS 2047 macro20 #define STACK_BIAS 0 macro57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()79 bp = (uptr)((uhwptr *)bp)[14] + STACK_BIAS; in UnwindFast()
2176 #define STACK_BIAS 2047 in GetPcSpBp()2178 #define STACK_BIAS 0 in GetPcSpBp()2183 *sp = ucontext->uc_mcontext.gregs[REG_O6] + STACK_BIAS; in GetPcSpBp()2189 *sp = scontext->sigc_regs.u_regs[14] + STACK_BIAS; in GetPcSpBp()2195 *bp = (uptr)((uhwptr *)*sp)[14] + STACK_BIAS; in GetPcSpBp()