Home
last modified time | relevance | path

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

/third_party/ulib/musl/include/
A Dsetjmp.h15 } jmp_buf[1]; typedef
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);
/third_party/uapp/dash/src/
A Derror.h60 jmp_buf loc;
/third_party/ulib/musl/ldso/
A Ddynlink.c133 static jmp_buf* rtld_fail;
2150 jmp_buf jb; in dlopen_internal()

Completed in 16 milliseconds