Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm/
H A Dsetjmp.h65 typedef struct jmp_buf { struct
66 int jmp_buf[28]; member
/xnu-12377.1.9/osfmk/i386/
H A Dsetjmp.h65 typedef struct jmp_buf { struct
66 int jmp_buf[6]; /* ebx, esi, edi, ebp, esp, eip */ argument
/xnu-12377.1.9/tests/unit/mocks/
H A Dstd_safe.h192 typedef int jmp_buf[_JBLEN]; typedef
194 extern int setjmp(jmp_buf);
195 extern void longjmp(jmp_buf, int) __attribute__((__noreturn__));
H A Dunit_test_utils.h35 jmp_buf jb;
/xnu-12377.1.9/osfmk/kern/
H A Dmisc_protos.h251 jmp_buf_t *jmp_buf);
254 jmp_buf_t *jmp_buf,
/xnu-12377.1.9/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-12377.1.9/tests/unit/mocks/fibers/
H A Dfibers.h163 jmp_buf env; /* buf to jump when run */
H A Dfibers.c106 jmp_buf parent_env;
/xnu-12377.1.9/tests/
H A Dos_refcnt.c318 static jmp_buf jb;
/xnu-12377.1.9/tools/tests/superpages/
H A Dtestsp.c32 jmp_buf resume;