Searched defs:UNWIND_STOP (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc200 #define UNWIND_STOP _URC_END_OF_STACK macro
203 #define UNWIND_STOP _URC_NORMAL_STOP macro
230 if (arg->stack->size == arg->max_depth) return UNWIND_STOP;

Completed in 193 milliseconds