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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
setjmp.h 13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
setjmp.h 13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
setjmp.h 36 using std::longjmp;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
setjmp.h 36 using std::longjmp;
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
setjmp.S 24 .globl longjmp
25 .type longjmp, %function
26 longjmp: label
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
longjmp-until-in-main.c 26 longjmp (buf, 1);
premature-dummy-frame-removal.c 26 longjmp (env, 1);
42 /* Called from longjmp. */
longjmp.c 29 longjmp (*buf, 1);
48 /* Pattern 1 - simple longjmp. */
56 longjmp (env, 1);
62 /* Pattern 2 - longjmp from an inner function. */
74 /* Pattern 3 - setjmp/longjmp inside stepped-over function. */
77 i = 77; /* longjmp caught */
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
longjmp-until-in-main.c 26 longjmp (buf, 1);
premature-dummy-frame-removal.c 26 longjmp (env, 1);
42 /* Called from longjmp. */
longjmp.c 29 longjmp (*buf, 1);
48 /* Pattern 1 - simple longjmp. */
56 longjmp (env, 1);
62 /* Pattern 2 - longjmp from an inner function. */
74 /* Pattern 3 - setjmp/longjmp inside stepped-over function. */
77 i = 77; /* longjmp caught */
  /src/sys/external/bsd/gnu-efi/dist/inc/
efisetjmp.h 10 extern VOID longjmp(jmp_buf env, UINTN value) __attribute__((noreturn));
  /src/sys/external/bsd/gnu-efi/dist/lib/ia32/
setjmp.S 35 .globl longjmp
37 .type longjmp, @function
39 .def longjmp; .scl 2; .type 32; .endef
41 longjmp: label
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile-setjmp-mod.c 36 longjmp (env, 2);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile-setjmp-mod.c 36 longjmp (env, 2);
  /src/sys/external/bsd/gnu-efi/dist/apps/
setjmp.c 23 longjmp(env, 0);
32 longjmp(env, 3);
  /src/sys/ddb/
db_user.h 53 #define longjmp(a) longjmp((void *)(a), 1) macro
  /src/external/gpl3/gdb/dist/readline/readline/
posixjmp.h 42 # define _rl_longjmp(x, n) longjmp((x), (n))
43 # define sh_longjmp(x, n) longjmp((x), (n))
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixjmp.h 42 # define _rl_longjmp(x, n) longjmp((x), (n))
43 # define sh_longjmp(x, n) longjmp((x), (n))
  /src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
setjmp.S 24 .globl longjmp
26 .type longjmp, @function
28 .def longjmp; .scl 2; .type 32; .endef
30 longjmp: label
  /src/external/gpl2/gettext/dist/gettext-tools/src/
plural-eval.h 37 # define siglongjmp longjmp
  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
sjlj.c 1 /* Check that setjmp and longjmp stand a chance to work; that the used machine
33 longjmp (b, 42);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
sjlj.c 1 /* Check that setjmp and longjmp stand a chance to work; that the used machine
33 longjmp (b, 42);
  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_setjmp.h 1 /* Portability wrappers for setjmp and longjmp.
33 #define SIGLONGJMP(buf,val) longjmp((buf), (val))
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_setjmp.h 1 /* Portability wrappers for setjmp and longjmp.
33 #define SIGLONGJMP(buf,val) longjmp((buf), (val))

Completed in 29 milliseconds

1 2 3 4 5 6 7 8 91011>>