Searched refs:jmp_buf (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Dsetjmp.h15 } jmp_buf[1]; typedef in typeref:struct:__jmp_buf_tag
19 typedef jmp_buf sigjmp_buf;
25 int _setjmp(jmp_buf);
26 _Noreturn void _longjmp(jmp_buf, int);
29 int setjmp(jmp_buf);
30 _Noreturn void longjmp(jmp_buf, int);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Derror.h50 * We enclose jmp_buf in a structure so that we can declare pointers to
60 jmp_buf loc;
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c130 static jmp_buf* rtld_fail;
2131 jmp_buf jb;

Completed in 40 milliseconds