Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_posix_libcdep.cc117 uptr to_pop = LocatePcInTrace(pc); in SlowUnwindStack() local
124 if (to_pop == 0 && size > 1) in SlowUnwindStack()
125 to_pop = 1; in SlowUnwindStack()
126 PopStackFrames(to_pop); in SlowUnwindStack()