Home
last modified time | relevance | path

Searched defs:stack_bottom (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc52 uptr stack_bottom) { in GetCanonicFrame()
72 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
H A Dsanitizer_stacktrace_sparc.cc26 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
H A Dsanitizer_stacktrace_libcdep.cc59 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_stacktrace.h122 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_rtems.cc76 uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
91 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cc49 uptr stack_bottom) { in GetCanonicFrame()
69 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
H A Dsanitizer_stacktrace_sparc.cc28 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
H A Dsanitizer_stacktrace_libcdep.cc57 uptr stack_top, uptr stack_bottom, in Unwind()
H A Dsanitizer_stacktrace.h120 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_rtems.cc78 uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom()
93 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace.cpp76 uptr stack_bottom) { in GetCanonicFrame()
97 uptr stack_bottom, u32 max_depth) { in UnwindFast()
H A Dsanitizer_stacktrace_sparc.cpp29 uptr stack_bottom, u32 max_depth) { in UnwindFast()
H A Dsanitizer_stacktrace.h171 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
H A Dsanitizer_stacktrace_libcdep.cpp137 uptr stack_top, uptr stack_bottom, in Unwind()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_fuchsia.cc85 uptr stack_bottom, stack_size; member
91 const char *name, uptr stack_bottom, in CreateAsanThread()
144 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
H A Dasan_rtems.cc94 uptr stack_bottom, stack_size, tls_bottom, tls_size; member
100 uptr stack_bottom, uptr stack_size, in CreateAsanThread()
141 uptr stack_bottom, uptr stack_size, in BeforeThreadCreateHook()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fuchsia.cc87 uptr stack_bottom, stack_size; member
93 const char *name, uptr stack_bottom, in CreateAsanThread()
146 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
H A Dasan_rtems.cc96 uptr stack_bottom, stack_size, tls_bottom, tls_size; member
102 uptr stack_bottom, uptr stack_size, in CreateAsanThread()
143 uptr stack_bottom, uptr stack_size, in BeforeThreadCreateHook()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan.h51 uptr stack_top = 0, stack_bottom = 0; in GetStackTrace() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan.h49 uptr stack_top = 0, stack_bottom = 0; in GetStackTrace() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_fuchsia.cpp57 uptr stack_bottom, stack_top; member
92 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()
H A Dhwasan_thread.h45 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_thread.h32 uptr stack_bottom() { return stack_bottom_; } in stack_bottom() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan.cpp37 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_fuchsia.cpp116 uptr stack_bottom, stack_size; member
175 const char *name, uptr stack_bottom, in BeforeThreadCreateHook()

12