Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/i386/
H A Dsetjmp.h65 typedef struct jmp_buf { struct
66 int jmp_buf[6]; /* ebx, esi, edi, ebp, esp, eip */ member
/xnu-8796.121.2/osfmk/arm/
H A Dsetjmp.h65 typedef struct jmp_buf { struct
66 int jmp_buf[28]; argument
/xnu-8796.121.2/osfmk/kern/
H A Dmisc_protos.h249 jmp_buf_t *jmp_buf);
252 jmp_buf_t *jmp_buf,
/xnu-8796.121.2/san/memory/
H A Dkasan-test.c48 typedef int jmp_buf[_JBLEN]; typedef
49 void _longjmp(jmp_buf env, int val) OS_NORETURN;
50 int _setjmp(jmp_buf env) __attribute__((returns_twice));
69 static jmp_buf jbuf;
/xnu-8796.121.2/tests/
H A Dos_refcnt.c238 static jmp_buf jb;
/xnu-8796.121.2/tools/tests/superpages/
H A Dtestsp.c32 jmp_buf resume;