Home
last modified time | relevance | path

Searched refs:STACK_BIAS (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp18 #define STACK_BIAS 2047 macro
20 #define STACK_BIAS 0 macro
57 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
79 bp = (uptr)((uhwptr *)bp)[14] + STACK_BIAS; in UnwindFast()
H A Dsanitizer_linux.cpp2176 #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()