HomeSort by: relevance | last modified time | path
    Searched refs:siglongjmp (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/i386/
setjmp.h 13 void siglongjmp(sigjmp_buf, int) __attribute__ ((__noreturn__));
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/i386/
setjmp.h 13 void siglongjmp(sigjmp_buf, int) __attribute__ ((__noreturn__));
  /src/lib/libc/compat/arch/mips/gen/
compat_sigsetjmp.S 50 * C library -- sigsetjmp, siglongjmp
52 * siglongjmp(a,v)
75 LEAF(siglongjmp)
77 SETUP_GP64(t0, siglongjmp)
85 END(siglongjmp)
  /src/lib/libc/compat/arch/alpha/gen/
compat_sigsetjmp.S 33 * C library -- sigsetjmp, siglongjmp
35 * siglongjmp(a,v)
55 LEAF(siglongjmp, 2)
62 END(siglongjmp)
  /src/external/gpl3/gdb/dist/readline/readline/
posixjmp.h 34 # define _rl_longjmp(x, n) siglongjmp((x), (n))
35 # define sh_longjmp(x, n) siglongjmp((x), (n))
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixjmp.h 34 # define _rl_longjmp(x, n) siglongjmp((x), (n))
35 # define sh_longjmp(x, n) siglongjmp((x), (n))
  /src/external/gpl2/gettext/dist/gettext-tools/src/
plural-eval.h 37 # define siglongjmp longjmp macro
plural-eval.c 53 siglongjmp (sigfpe_exit, 1);
63 siglongjmp (sigfpe_exit, 1);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_setjmp.h 27 #define SIGLONGJMP(buf,val) siglongjmp((buf), (val))
33 #define SIGLONGJMP(buf,val) longjmp((buf), (val))
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_setjmp.h 27 #define SIGLONGJMP(buf,val) siglongjmp((buf), (val))
33 #define SIGLONGJMP(buf,val) longjmp((buf), (val))
  /src/lib/libc/compat/arch/m68k/gen/
compat_sigsetjmp.S 47 * C library -- sigsetjmp, siglongjmp
49 * siglongjmp(a,v)
72 ENTRY(siglongjmp) function
79 END(siglongjmp)
  /src/external/gpl3/binutils/dist/opcodes/
sysdep.h 45 /* Use sigsetjmp/siglongjmp without saving the signal mask if possible.
52 #define OPCODES_SIGLONGJMP(buf,val) siglongjmp((buf), (val))
  /src/external/gpl3/binutils.old/dist/opcodes/
sysdep.h 45 /* Use sigsetjmp/siglongjmp without saving the signal mask if possible.
52 #define OPCODES_SIGLONGJMP(buf,val) siglongjmp((buf), (val))
  /src/external/gpl3/gdb.old/dist/opcodes/
sysdep.h 45 /* Use sigsetjmp/siglongjmp without saving the signal mask if possible.
52 #define OPCODES_SIGLONGJMP(buf,val) siglongjmp((buf), (val))
  /src/external/gpl3/gdb/dist/opcodes/
sysdep.h 45 /* Use sigsetjmp/siglongjmp without saving the signal mask if possible.
52 #define OPCODES_SIGLONGJMP(buf,val) siglongjmp((buf), (val))
  /src/lib/libc/compat/arch/arm/gen/
compat_sigsetjmp.S 39 * C library -- sigsetjmp, siglongjmp
67 ENTRY(siglongjmp) function
91 END(siglongjmp)
  /src/lib/libc/compat/arch/i386/gen/
compat_sigsetjmp.S 68 ENTRY(siglongjmp) function
92 END(siglongjmp)
  /src/lib/libc/compat/arch/powerpc/gen/
compat_sigsetjmp.S 28 ENTRY(siglongjmp) function
45 END(siglongjmp)
  /src/lib/libc/compat/arch/sparc/gen/
compat_sigsetjmp.S 56 ENTRY(siglongjmp) function
85 ENTRY(siglongjmp) function
  /src/lib/libc/compat/arch/sparc64/gen/
compat_sigsetjmp.S 47 ENTRY(siglongjmp) function
71 ENTRY(siglongjmp) function
92 ENTRY(siglongjmp) function
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_interceptors.cpp 131 INTERCEPTOR(void, siglongjmp, __hw_sigjmp_buf env, int val) {
136 return REAL(siglongjmp)(env, val);
188 INTERCEPT_FUNCTION(siglongjmp);
  /src/include/
setjmp.h 71 void siglongjmp(sigjmp_buf, int) __RENAME(__siglongjmp14) __dead;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
signull.c 45 siglongjmp (env, 0);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
signull.c 45 siglongjmp (env, 0);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
setjmp.d 412 void siglongjmp(sigjmp_buf, int);
421 void siglongjmp(sigjmp_buf, int);
458 void siglongjmp(ref sigjmp_buf, int);
476 void siglongjmp(ref sigjmp_buf, int);
483 void siglongjmp(ref sigjmp_buf, int);
497 void siglongjmp(ref sigjmp_buf, int);
504 void siglongjmp(ref sigjmp_buf, int);
512 void siglongjmp(ref sigjmp_buf, int);

Completed in 61 milliseconds

1 2 3 4