Searched refs:siglongjmp (Results 1 – 25 of 68) sorted by relevance
123
/glibc-2.36/setjmp/bits/ |
D | setjmp2.h | 31 extern void __REDIRECT_NTHNL (siglongjmp, 39 # define siglongjmp __longjmp_chk macro
|
/glibc-2.36/sysdeps/s390/ |
D | longjmp.c | 49 versioned_symbol (libc, __v1siglongjmp, siglongjmp, GLIBC_2_0); 50 compat_symbol (libc, __v2siglongjmp, siglongjmp, GLIBC_2_19);
|
D | Versions | 4 longjmp; _longjmp; siglongjmp;
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cleanup2.c | 29 siglongjmp (jmpbuf, 1); in sig_handler()
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/ |
D | Versions | 21 siglongjmp;
|
/glibc-2.36/manual/ |
D | probes.texi | 261 @code{longjmp} or @code{siglongjmp}. 273 This probe is triggered whenever @code{longjmp} or @code{siglongjmp} 275 passed as the first argument of @code{longjmp} or @code{siglongjmp}, 277 @code{longjmp} or @code{siglongjmp} and @var{$arg3} is a pointer to 278 the return address @code{longjmp} or @code{siglongjmp} will return to. 283 @code{longjmp} or @code{siglongjmp}.
|
D | setjmp.texi | 195 functions (@code{sigsetjmp} and @code{siglongjmp}) to get the BSD 222 @code{siglongjmp} is later performed with this @var{state}. 225 @deftypefun void siglongjmp (sigjmp_buf @var{state}, int @var{value}) 231 nonzero @var{savesigs} flag, @code{siglongjmp} also restores the set of
|
/glibc-2.36/setjmp/ |
D | tst-sigsetjmp.c | 36 siglongjmp (sj, 1); in do_test()
|
D | longjmp.c | 50 weak_alias (__libc_siglongjmp, siglongjmp)
|
D | setjmp.h | 80 extern void siglongjmp (sigjmp_buf __env, int __val)
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/ |
D | longjmp.S | 49 weak_alias (__libc_siglongjmp, siglongjmp)
|
/glibc-2.36/sysdeps/powerpc/ |
D | novmx-longjmp.c | 55 compat_symbol (libc, __novmxsiglongjmp, siglongjmp, GLIBC_2_0);
|
D | longjmp.c | 56 versioned_symbol (libc, __vmx__libc_siglongjmp, siglongjmp, GLIBC_2_3_4);
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/ |
D | Versions | 31 siglongjmp;
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/ |
D | tst-saved_mask-1.c | 47 siglongjmp (sj, 1); in do_test()
|
/glibc-2.36/conform/data/ |
D | setjmp.h-data | 8 function void siglongjmp (sigjmp_buf, int)
|
/glibc-2.36/signal/ |
D | Versions | 30 sigismember; siglongjmp; signal; sigorset; sigpause; sigpending;
|
/glibc-2.36/elf/ |
D | nodelete.c | 17 siglongjmp (jmpbuf, 1); in handler()
|
/glibc-2.36/debug/ |
D | tst-longjmp_chk2.c | 40 siglongjmp (mainloop, pass); in stackoverflow_handler()
|
/glibc-2.36/math/ |
D | test-snan.c | 35 siglongjmp (sigfpe_buf, 1); in myFPsighandler()
|
/glibc-2.36/sysdeps/unix/sysv/linux/i386/ |
D | tst-bz21269.c | 80 siglongjmp (jmpbuf, 1); in sigsegv_handler()
|
/glibc-2.36/hurd/ |
D | catch-signal.c | 35 { siglongjmp (buf, scp->sc_error ?: EGRATUITOUS); } in __hurd_catch_signal()
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | localplt.data | 45 libc.so: siglongjmp ?
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-pkey.c | 57 siglongjmp (sigsegv_jmp, 2); in sigsegv_handler()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 218 * setjmp/siglongjmp.c: First arg is const. 243 aliases `_longjmp', `siglongjmp'). Internal setjmp interface is 267 * setjmp/siglongjmp.c: Make this an alias to longjmp. 268 * setjmp/_longjmp.c: Alias to longjmp, not siglongjmp.
|
123