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

/external/libunwind/src/setjmp/
H A Dlongjmp.c45 This makes it impossible to implement longjmp, as we
49 so we simply defer to glibc longjmp here. */
51 #define longjmp __nonworking_longjmp macro
53 static void longjmp (jmp_buf env, int val);
105 void longjmp (jmp_buf env, int val)
110 longjmp (jmp_buf env, int val) function
/external/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cc373 INTERCEPT_LIBRARY_FUNCTION(longjmp); variable

Completed in 154 milliseconds