Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace.cc90 uhwptr *caller_frame = (uhwptr*)frame[0]; in FastUnwindStack() local
91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in FastUnwindStack()
92 !IsAligned((uptr)caller_frame, sizeof(uhwptr))) in FastUnwindStack()
94 uhwptr pc1 = caller_frame[2]; in FastUnwindStack()