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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc77 #define UNWIND_STOP _URC_END_OF_STACK macro
80 #define UNWIND_STOP _URC_NORMAL_STOP macro
107 if (arg->stack->size == arg->max_depth) return UNWIND_STOP;

Completed in 79 milliseconds