Searched refs:longjmp (Results 1 – 5 of 5) sorted by relevance
12 .globl longjmp symbol36 func longjmp61 endfunc longjmp
17 __dead2 void longjmp(jmp_buf env, int val);
627 longjmp(*buffer, 1); in end_sdei_synchronous_dispatch()
406 does ``longjmp()`` to resume beyond the previous jump point.
11539 - libc: Made setjmp and longjmp C standard compliant11541 - libc: Moved setjmp and longjmp to the `libc/` directory