Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cpp53 #define UNWIND_STOP _URC_END_OF_STACK macro
56 #define UNWIND_STOP _URC_NORMAL_STOP macro
86 if (pc < kPageSize) return UNWIND_STOP; in Unwind_Trace()
88 if (arg->stack->size == arg->max_depth) return UNWIND_STOP; in Unwind_Trace()