Searched defs:jmp_buf (Results 1 - 6 of 6) sorted by relevance

/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/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
/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
/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

Completed in 87 milliseconds