Searched refs:jmp_buf (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Dsetjmp.h4 typedef struct jmp_buf { struct
5 int jmp_buf[64]; member in struct:jmp_buf
/darwin-on-arm/xnu/osfmk/i386/
H A Dsetjmp.h65 typedef struct jmp_buf { struct
66 int jmp_buf[6]; /* ebx, esi, edi, ebp, esp, eip */ member in struct:jmp_buf
/darwin-on-arm/xnu/bsd/i386/
H A Dsetjmp.h47 typedef int jmp_buf[_JBLEN]; typedef
64 typedef struct sigcontext jmp_buf[1]; typedef in typeref:struct:sigcontext
69 typedef int jmp_buf[_JBLEN]; typedef
76 int setjmp(jmp_buf);
77 void longjmp(jmp_buf, int);
80 int _setjmp(jmp_buf);
81 void _longjmp(jmp_buf, int);
/darwin-on-arm/xnu/bsd/arm/
H A Dsetjmp.h25 typedef int jmp_buf[_JBLEN]; typedef
29 extern int setjmp(jmp_buf env);
30 extern void longjmp(jmp_buf env, int val);
33 int _setjmp(jmp_buf env);
34 void _longjmp(jmp_buf, int val);
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dlongjmp.c60 jmp_buf env;
H A Dsiglongjmp.c39 jmp_buf ts_env;
/darwin-on-arm/xnu/osfmk/kern/
H A Dmisc_protos.h188 jmp_buf_t *jmp_buf);
191 jmp_buf_t *jmp_buf,
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_prot.c87 jmp_buf jumper;
92 jmp_buf prot_env;
H A Dlmbench_lat_sig_catch.c82 jmp_buf prot_env;
H A Dlmbench_lat_sig_install.c82 jmp_buf prot_env;
H A Dlmbench_lat_sig_send.c82 jmp_buf prot_env;
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/helpers/
H A Ddata_exec.c11 jmp_buf resume;
/darwin-on-arm/xnu/tools/tests/superpages/
H A Dtestsp.c32 jmp_buf resume;

Completed in 50 milliseconds