/external/llvm-project/compiler-rt/lib/lsan/ |
D | lsan_posix.cpp | 27 uptr stack_begin; member 38 stack_begin_ = args->stack_begin; in OnStarted() 51 GetThreadStackAndTls(tid == 0, &args.stack_begin, &stack_size, in ThreadStart() 53 args.stack_end = args.stack_begin + stack_size; in ThreadStart() 60 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() argument 67 *stack_begin = context->stack_begin(); in GetThreadRangesLocked()
|
D | lsan_fuchsia.cpp | 31 uptr stack_begin, stack_end; member 40 stack_begin_ = args->stack_begin; in OnCreated() 64 &args.stack_begin); in InitializeMainThread() 93 args.stack_begin = reinterpret_cast<uptr>(stack_base); in __sanitizer_before_thread_create_hook() 94 args.stack_end = args.stack_begin + stack_size; in __sanitizer_before_thread_create_hook()
|
D | lsan_common.cpp | 231 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local 233 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end, in ProcessThreads() 250 sp = stack_begin; in ProcessThreads() 262 LOG_THREADS("Stack at %p-%p (SP = %p).\n", stack_begin, stack_end, sp); in ProcessThreads() 263 if (sp < stack_begin || sp >= stack_end) { in ProcessThreads() 270 while (stack_begin < stack_end && in ProcessThreads() 271 !IsAccessibleMemoryRange(stack_begin, 1)) { in ProcessThreads() 273 stack_begin += page_size; in ProcessThreads() 276 skipped, stack_begin, stack_end); in ProcessThreads() 279 stack_begin = sp; in ProcessThreads() [all …]
|
D | lsan_thread.h | 25 uptr stack_begin() { return stack_begin_; } in stack_begin() function
|
D | lsan.cpp | 42 stack_bottom = t->stack_begin(); in UnwindImpl()
|
D | lsan_common.h | 224 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end,
|
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.cc | 63 uptr stack_begin, stack_end, member 71 stack_begin_ = args->stack_begin; in OnStarted() 94 GetThreadStackAndTls(tid == 0, &args.stack_begin, &stack_size, in ThreadStart() 96 args.stack_end = args.stack_begin + stack_size; in ThreadStart() 139 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() argument 145 *stack_begin = context->stack_begin(); in GetThreadRangesLocked()
|
D | lsan_common.cc | 196 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local 198 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end, in ProcessThreads() 213 sp = stack_begin; in ProcessThreads() 221 LOG_THREADS("Stack at %p-%p (SP = %p).\n", stack_begin, stack_end, sp); in ProcessThreads() 222 if (sp < stack_begin || sp >= stack_end) { in ProcessThreads() 229 while (stack_begin < stack_end && in ProcessThreads() 230 !IsAccessibleMemoryRange(stack_begin, 1)) { in ProcessThreads() 232 stack_begin += page_size; in ProcessThreads() 235 skipped, stack_begin, stack_end); in ProcessThreads() 238 stack_begin = sp; in ProcessThreads() [all …]
|
D | lsan.h | 25 stack_bottom = t->stack_begin(); \
|
D | lsan_thread.h | 31 uptr stack_begin() { return stack_begin_; } in stack_begin() function
|
D | lsan_common.h | 154 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end,
|
/external/libchrome/base/debug/ |
D | stack_trace.cc | 164 uintptr_t stack_begin = 0; in GetStackEnd() local 170 &attributes, reinterpret_cast<void**>(&stack_begin), &stack_size); in GetStackEnd() 175 uintptr_t stack_end = stack_begin + stack_size; in GetStackEnd()
|
/external/google-breakpad/src/processor/ |
D | stackwalk_common.cc | 124 uint64_t stack_begin = 0, stack_end = 0; in PrintStackContents() local 132 stack_begin = frame_x86->context.esp; in PrintStackContents() 144 stack_begin = frame_amd64->context.rsp; in PrintStackContents() 154 stack_begin = frame_arm->context.iregs[13]; in PrintStackContents() 166 stack_begin = frame_arm64->context.iregs[31]; in PrintStackContents() 170 if (!word_length || !stack_begin || !stack_end) in PrintStackContents() 175 for(uint64_t address = stack_begin; address < stack_end; ) { in PrintStackContents() 202 for (uint64_t address = stack_begin; address < stack_end; in PrintStackContents()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 398 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() argument 403 *stack_begin = t->stack_bottom(); in GetThreadRangesLocked()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_thread.cpp | 480 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() argument 485 *stack_begin = t->stack_bottom(); in GetThreadRangesLocked()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test16-pr18904.so.abi | 3522 …<parameter type-id='type-id-150' name='stack_begin' filepath='../../../gcc/liboffloadmic/runtime/o…
|