Home
last modified time | relevance | path

Searched refs:stack_begin (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_posix.cpp27 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()
Dlsan_fuchsia.cpp31 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()
Dlsan_common.cpp231 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 …]
Dlsan_thread.h25 uptr stack_begin() { return stack_begin_; } in stack_begin() function
Dlsan.cpp42 stack_bottom = t->stack_begin(); in UnwindImpl()
Dlsan_common.h224 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end,
/external/compiler-rt/lib/lsan/
Dlsan_thread.cc63 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()
Dlsan_common.cc196 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 …]
Dlsan.h25 stack_bottom = t->stack_begin(); \
Dlsan_thread.h31 uptr stack_begin() { return stack_begin_; } in stack_begin() function
Dlsan_common.h154 bool GetThreadRangesLocked(uptr os_id, uptr *stack_begin, uptr *stack_end,
/external/libchrome/base/debug/
Dstack_trace.cc164 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/
Dstackwalk_common.cc124 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/
Dasan_thread.cc398 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/
Dasan_thread.cpp480 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/
Dtest16-pr18904.so.abi3522 …<parameter type-id='type-id-150' name='stack_begin' filepath='../../../gcc/liboffloadmic/runtime/o…