/third_party/musl/libc-test/src/api/ |
D | setjmp.c | 13 T(sigjmp_buf) in f() 14 {void(*p)(sigjmp_buf,int) = siglongjmp;} in f() 16 {int x = sigsetjmp((sigjmp_buf){0}, 0);} in f() 18 {int(*p)(sigjmp_buf,int) = sigsetjmp;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | setjmp.h | 21 typedef jmp_buf sigjmp_buf; typedef 22 int sigsetjmp (sigjmp_buf, int); 23 _Noreturn void siglongjmp (sigjmp_buf, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | setjmp.h | 21 typedef jmp_buf sigjmp_buf; typedef 22 int sigsetjmp (sigjmp_buf, int); 23 _Noreturn void siglongjmp (sigjmp_buf, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | setjmp.h | 21 typedef jmp_buf sigjmp_buf; typedef 22 int sigsetjmp (sigjmp_buf, int); 23 _Noreturn void siglongjmp (sigjmp_buf, int);
|
/third_party/musl/include/ |
D | setjmp.h | 27 typedef jmp_buf sigjmp_buf; typedef 28 int sigsetjmp (sigjmp_buf, int) __setjmp_attr; 29 _Noreturn void siglongjmp (sigjmp_buf, int);
|
/third_party/curl/ |
D | backport-0003-CVE-2023-28320.patch | 50 -sigjmp_buf curl_jmpenv; 52 +static sigjmp_buf curl_jmpenv; 71 -extern sigjmp_buf curl_jmpenv;
|
/third_party/libunwind/src/setjmp/ |
D | siglongjmp.c | 56 static void siglongjmp (sigjmp_buf env, int val) UNUSED; 61 siglongjmp (sigjmp_buf env, int val) in siglongjmp()
|
D | sigsetjmp.c | 33 sigsetjmp (sigjmp_buf env, int savemask) in sigsetjmp()
|
/third_party/libunwind/tests/ |
D | test-setjmp.c | 39 static sigjmp_buf sigjbuf; 87 raise_siglongjmp (sigjmp_buf jbuf, int i, int n) in raise_siglongjmp() 98 sigjmp_buf jbuf; in test_sigsetjmp()
|
D | ia64-test-setjmp.c | 46 static sigjmp_buf env;
|
/third_party/musl/src/signal/ |
D | siglongjmp.c | 6 _Noreturn void siglongjmp(sigjmp_buf buf, int ret) in siglongjmp()
|
D | sigsetjmp_tail.c | 5 hidden int __sigsetjmp_tail(sigjmp_buf jb, int ret) in __sigsetjmp_tail()
|
/third_party/musl/porting/liteos_a/user/src/signal/ |
D | siglongjmp.c | 8 _Noreturn void siglongjmp(sigjmp_buf buf, int ret) in siglongjmp()
|
/third_party/toybox/ |
D | toys.h | 113 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound
|
/third_party/toybox/porting/liteos_a/ |
D | toys.h | 119 sigjmp_buf *rebound; // siglongjmp here instead of exit when do_rebound
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | memtoy.h | 49 sigjmp_buf sigjmp_env; /* embedded setjmp buffer */
|
/third_party/musl/src/signal/mips64/ |
D | sigsetjmp.s | 26 move $4, $16 # Restore the pointer-to-sigjmp_buf
|
/third_party/musl/src/signal/mipsn32/ |
D | sigsetjmp.s | 26 move $4, $16 # Restore the pointer-to-sigjmp_buf
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/ |
D | shmdt01.c | 76 sigjmp_buf env;
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | tprctl.c | 31 sigjmp_buf recover_ctx;
|
/third_party/musl/libc-test/src/functional/ |
D | setjmp.c | 12 sigjmp_buf sjb; in main()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap13.c | 53 static sigjmp_buf env;
|
D | mmap05.c | 61 static sigjmp_buf env;
|
D | mmap03.c | 65 static sigjmp_buf env;
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/ |
D | hugeshmdt01.c | 40 static sigjmp_buf env;
|