/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cc | 47 uptr stack_top, in GetCanonicFrame() 67 void BufferedStackTrace::FastUnwindStack(uptr pc, uptr bp, uptr stack_top, in FastUnwindStack()
|
D | sanitizer_stacktrace_libcdep.cc | 58 uptr stack_top, uptr stack_bottom, in Unwind()
|
D | sanitizer_stacktrace.h | 114 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
|
D | sanitizer_unwind_linux_libcdep.cc | 34 uptr stack_top; member
|
D | sanitizer_mac.cc | 247 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() 366 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace.cpp | 73 uptr stack_top, in GetCanonicFrame() 94 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
|
D | sanitizer_stacktrace_sparc.cpp | 28 void BufferedStackTrace::UnwindFast(uptr pc, uptr bp, uptr stack_top, in UnwindFast()
|
D | sanitizer_unwind_linux_libcdep.cpp | 36 uptr stack_top; member
|
D | sanitizer_stacktrace_libcdep.cpp | 64 uptr stack_top, uptr stack_bottom, in Unwind()
|
D | sanitizer_stacktrace.h | 162 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame()
|
D | sanitizer_rtems.cpp | 79 uptr *stack_top, uptr *stack_bottom) { in GetThreadStackTopAndBottom() 94 uptr stack_top, stack_bottom; in GetThreadStackAndTls() local
|
/external/swiftshader/third_party/marl/src/ |
D | osfiber_arm.c | 32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
|
D | osfiber_mips64.c | 32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
|
D | osfiber_aarch64.c | 32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
|
D | osfiber_x64.c | 32 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
|
D | osfiber_ppc64.c | 32 uintptr_t stack_top = (uintptr_t)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
|
D | osfiber_x86.c | 39 uintptr_t* stack_top = (uintptr_t*)((uint8_t*)(stack) + stack_size); in marl_fiber_set_target() local
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.h | 31 uptr stack_top() { return stack_top_; } in stack_top() function
|
/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan.cpp | 37 uptr stack_top = 0, stack_bottom = 0; in UnwindImpl() local
|
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_thread.h | 30 uptr stack_top() { return stack_top_; } in stack_top() function
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_thread.cpp | 95 uptr MsanThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __msan::MsanThread
|
/external/ltp/testcases/cve/ |
D | stack_clash.c | 85 unsigned long stack_top = -1UL, start, end; in read_stack_addr_from_proc() local
|
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_thread.cpp | 114 uptr MemprofThread::stack_top() { return GetStackBounds().top; } in stack_top() function in __memprof::MemprofThread
|
/external/freetype/src/lzw/ |
D | ftzopen.h | 140 FT_UInt stack_top; member
|
/external/arm-trusted-firmware/services/std_svc/sdei/ |
D | sdei_intr_mgmt.c | 49 unsigned short stack_top; /* Empty ascending */ member
|