Searched refs:STACK_BIAS (Results 1 – 4 of 4) sorted by relevance
18 #define STACK_BIAS 2047 macro20 #define STACK_BIAS 0 macro51 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()72 bp = (uptr)((uhwptr *)bp)[14] + STACK_BIAS; in UnwindFast()
2435 # define STACK_BIAS 2047 in GetPcSpBp()2437 # define STACK_BIAS 0 in GetPcSpBp()2442 *sp = ucontext->uc_mcontext.gregs[REG_O6] + STACK_BIAS; in GetPcSpBp()2448 *sp = scontext->sigc_regs.u_regs[14] + STACK_BIAS; in GetPcSpBp()2454 *bp = (uptr)((uhwptr *)*sp)[14] + STACK_BIAS; in GetPcSpBp()
85 # define STACK_BIAS 2047 macro86 # define STACK_7thARG (STACK_BIAS+176)95 # define STACK_BIAS 0 macro
31 #define STACK_BIAS 0 macro