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

/macosx-10.5.8/xnu-1228.15.4/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
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsetjmp.h53 typedef struct jmp_buf { struct
54 int jmp_buf[64]; member in struct:jmp_buf
H A Dtestjump.c70 printf(" %8x",buf.jmp_buf[i]);
/macosx-10.5.8/xnu-1228.15.4/libsa/libsa/i386/
H A Dsetjmp.h65 typedef int jmp_buf[6]; /* ebx, esi, edi, ebp, esp, eip */ typedef
/macosx-10.5.8/xnu-1228.15.4/libsa/libsa/ppc/
H A Dsetjmp.h53 typedef int jmp_buf[64]; typedef
/macosx-10.5.8/xnu-1228.15.4/libsa/libsa/
H A Dsetjmp.h40 jmp_buf jmp_buf);
43 jmp_buf jmp_buf,
/macosx-10.5.8/xnu-1228.15.4/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);
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A Dsetjmp.h97 typedef _STRUCT_SIGCONTEXT32 jmp_buf[1]; typedef
101 typedef int jmp_buf[_JBLEN]; typedef
106 int setjmp(jmp_buf);
107 void longjmp(jmp_buf, int);
110 int _setjmp(jmp_buf);
111 void _longjmp(jmp_buf, int);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmisc_protos.h166 jmp_buf_t *jmp_buf);
169 jmp_buf_t *jmp_buf,

Completed in 40 milliseconds