/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace.cpp | 76 uptr stack_top, in GetCanonicFrame() 97 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
|
H A D | sanitizer_stacktrace_sparc.cpp | 28 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
|
H A D | sanitizer_unwind_linux_libcdep.cpp | 36 uptr stack_top; member
|
H A D | sanitizer_stacktrace.h | 170 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
|
H A D | sanitizer_stacktrace_libcdep.cpp | 137 uptr stack_top, uptr stack_bottom, in Unwind()
|
H A D | sanitizer_mac.cpp | 410 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() 578 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
H A D | sanitizer_fuchsia.cpp | 77 void GetThreadStackTopAndBottom(bool, uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
|
H A D | sanitizer_linux_libcdep.cpp | 104 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
|
H A D | sanitizer_win.cpp | 120 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan.cpp | 38 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_thread.cpp | 93 uptr MsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __msan::MsanThread
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_thread.cpp | 90 uptr DFsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __dfsan::DFsanThread
|
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.h | 44 uptr stack_top() { return stack_top_; } in stack_top() function
|
H A D | hwasan_fuchsia.cpp | 60 uptr stack_bottom, stack_top; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 113 uptr MemprofThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __memprof::MemprofThread
|
/openbsd-src/sys/arch/octeon/include/ |
H A D | octeonvar.h | 232 uint64_t stack_top; member 265 uint64_t stack_top; member
|
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 186 uptr AsanThread::stack_top() { in stack_top() function in __asan::AsanThread
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | regcomp.c | 9048 const SSize_t stack_top = av_tindex_skip_len_mg(stack); S_dump_regex_sets_structures() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 9805 rtx stack_top = gen_reg_rtx (Pmode); in rs6000_aix_emit_builtin_unwind_init() local
|
/openbsd-src/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 13836 rtx stack_top = gen_reg_rtx (Pmode); in rs6000_aix_emit_builtin_unwind_init() local
|