Home
last modified time | relevance | path

Searched refs:siglongjmp (Results 1 – 25 of 68) sorted by relevance

123

/glibc-2.36/setjmp/bits/
Dsetjmp2.h31 extern void __REDIRECT_NTHNL (siglongjmp,
39 # define siglongjmp __longjmp_chk macro
/glibc-2.36/sysdeps/s390/
Dlongjmp.c49 versioned_symbol (libc, __v1siglongjmp, siglongjmp, GLIBC_2_0);
50 compat_symbol (libc, __v2siglongjmp, siglongjmp, GLIBC_2_19);
DVersions4 longjmp; _longjmp; siglongjmp;
/glibc-2.36/sysdeps/pthread/
Dtst-cleanup2.c29 siglongjmp (jmpbuf, 1); in sig_handler()
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/
DVersions21 siglongjmp;
/glibc-2.36/manual/
Dprobes.texi261 @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}.
Dsetjmp.texi195 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/
Dtst-sigsetjmp.c36 siglongjmp (sj, 1); in do_test()
Dlongjmp.c50 weak_alias (__libc_siglongjmp, siglongjmp)
Dsetjmp.h80 extern void siglongjmp (sigjmp_buf __env, int __val)
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/
Dlongjmp.S49 weak_alias (__libc_siglongjmp, siglongjmp)
/glibc-2.36/sysdeps/powerpc/
Dnovmx-longjmp.c55 compat_symbol (libc, __novmxsiglongjmp, siglongjmp, GLIBC_2_0);
Dlongjmp.c56 versioned_symbol (libc, __vmx__libc_siglongjmp, siglongjmp, GLIBC_2_3_4);
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/
DVersions31 siglongjmp;
/glibc-2.36/sysdeps/unix/sysv/linux/x86/
Dtst-saved_mask-1.c47 siglongjmp (sj, 1); in do_test()
/glibc-2.36/conform/data/
Dsetjmp.h-data8 function void siglongjmp (sigjmp_buf, int)
/glibc-2.36/signal/
DVersions30 sigismember; siglongjmp; signal; sigorset; sigpause; sigpending;
/glibc-2.36/elf/
Dnodelete.c17 siglongjmp (jmpbuf, 1); in handler()
/glibc-2.36/debug/
Dtst-longjmp_chk2.c40 siglongjmp (mainloop, pass); in stackoverflow_handler()
/glibc-2.36/math/
Dtest-snan.c35 siglongjmp (sigfpe_buf, 1); in myFPsighandler()
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dtst-bz21269.c80 siglongjmp (jmpbuf, 1); in sigsegv_handler()
/glibc-2.36/hurd/
Dcatch-signal.c35 { siglongjmp (buf, scp->sc_error ?: EGRATUITOUS); } in __hurd_catch_signal()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dlocalplt.data45 libc.so: siglongjmp ?
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-pkey.c57 siglongjmp (sigsegv_jmp, 2); in sigsegv_handler()
/glibc-2.36/ChangeLog.old/
DChangeLog.4218 * 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