Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp18 #define STACK_BIAS 2047 macro
20 #define STACK_BIAS 0 macro
51 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
72 bp = (uptr)((uhwptr *)bp)[14] + STACK_BIAS; in UnwindFast()
H A Dsanitizer_linux.cpp2435 # 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()
/freebsd/crypto/openssl/include/crypto/
H A Dsparc_arch.h85 # define STACK_BIAS 2047 macro
86 # define STACK_7thARG (STACK_BIAS+176)
95 # define STACK_BIAS 0 macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dstack.h31 #define STACK_BIAS 0 macro