Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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()
HDsanitizer_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-14-stable/crypto/openssl/include/crypto/
HDsparc_arch.h85 # define STACK_BIAS 2047 macro
86 # define STACK_7thARG (STACK_BIAS+176)
95 # define STACK_BIAS 0 macro
/freebsd-14-stable/sys/contrib/openzfs/lib/libspl/include/sys/
HDstack.h30 #define STACK_BIAS 0 macro