Home
last modified time | relevance | path

Searched refs:jmp_buf (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/netbsd/include/
H A Dsetjmp.h59 typedef _BSD_JBSLOT_T_ jmp_buf[_JBLEN] _JB_ATTRIBUTES;
65 int setjmp(jmp_buf) __RENAME(__setjmp14) __returns_twice;
66 void longjmp(jmp_buf, int) __RENAME(__longjmp14) __dead;
76 int _setjmp(jmp_buf) __returns_twice;
77 void _longjmp(jmp_buf, int) __dead;
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-finish-breakpoint.c50 call_longjmp_1 (jmp_buf *buf) in call_longjmp_1()
56 call_longjmp (jmp_buf *buf) in call_longjmp()
73 jmp_buf env; in main()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dcsetjmp25 jmp_buf
27 void longjmp(jmp_buf env, int val);
42 using ::jmp_buf;
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-finish-breakpoint.c50 call_longjmp_1 (jmp_buf *buf) in call_longjmp_1()
56 call_longjmp (jmp_buf *buf) in call_longjmp()
73 jmp_buf env; in main()
/netbsd/lib/libc/gen/
H A DLint___setjmp14.c12 __setjmp14(jmp_buf env) in __setjmp14()
19 __longjmp14(jmp_buf env, int val) in __longjmp14()
H A DLint__setjmp.c13 jmp_buf env; in _setjmp()
21 jmp_buf env; in _longjmp()
/netbsd/sys/external/bsd/gnu-efi/dist/inc/
H A Defisetjmp.h9 extern UINTN setjmp(jmp_buf env) __attribute__((returns_twice));
10 extern VOID longjmp(jmp_buf env, UINTN value) __attribute__((noreturn));
/netbsd/lib/libc/compat/include/
H A Dsetjmp.h43 int __setjmp14(jmp_buf) __returns_twice;
44 void __longjmp14(jmp_buf, int) __dead;
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dlongjmp.c20 jmp_buf env;
26 call_longjmp (jmp_buf *buf) in call_longjmp()
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dlongjmp.c20 jmp_buf env;
26 call_longjmp (jmp_buf *buf) in call_longjmp()
/netbsd/games/phantasia/
H A Dphantglobs.c33 jmp_buf Fightenv; /* used to jump into fight routine */
34 jmp_buf Timeoenv; /* used for timing out waiting for input */
H A Dphantglobs.h25 extern jmp_buf Fightenv; /* used to jump into fight routine */
26 extern jmp_buf Timeoenv; /* used for timing out waiting for input */
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dunwind-sjlj.c39 typedef void *jmp_buf[__LIBGCC_JMP_BUF_SIZE__]; typedef
40 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
78 jmp_buf jbuf __attribute__((aligned));
/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-sjlj.c39 typedef void *jmp_buf[__LIBGCC_JMP_BUF_SIZE__]; typedef
40 extern void longjmp(jmp_buf, int) __attribute__((noreturn));
78 jmp_buf jbuf __attribute__((aligned));
/netbsd/sys/arch/pmax/include/
H A Ddec_prom.h92 typedef int jmp_buf[12]; typedef
115 int (*_setjmp)(jmp_buf); /* 4c */
116 void (*_longjmp)(jmp_buf, int); /* 50 */
/netbsd/external/mpl/dhcp/dist/includes/
H A Dosdep.h196 # define jbp_decl(x) jmp_buf *x
205 # define jrefproto jmp_buf *
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-exceptions.cc46 jmp_buf buf;
54 jmp_buf *
H A Dcommon-exceptions.h178 extern jmp_buf *exceptions_state_mc_init (void);
212 jmp_buf *buf = \
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-exceptions.cc46 jmp_buf buf;
54 jmp_buf *
H A Dcommon-exceptions.h178 extern jmp_buf *exceptions_state_mc_init (void);
212 jmp_buf *buf = \
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dsim-engine.c66 jmp_buf *halt_buf = engine->jmpbuf; in sim_engine_halt()
101 jmp_buf *halt_buf = engine->jmpbuf; in sim_engine_restart()
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-engine.c66 jmp_buf *halt_buf = engine->jmpbuf; in sim_engine_halt()
101 jmp_buf *halt_buf = engine->jmpbuf; in sim_engine_restart()
/netbsd/games/sail/
H A Drestart.h32 extern jmp_buf restart;
/netbsd/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dsetjmp.h13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));
/netbsd/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dsetjmp.h13 extern void longjmp __((jmp_buf, int)) __attribute__ ((__noreturn__));

12345678910>>...12