Searched refs:jmp_buf (Results 1 – 10 of 10) sorted by relevance
65 typedef struct jmp_buf { struct66 int jmp_buf[28]; member
65 typedef struct jmp_buf { struct66 int jmp_buf[6]; /* ebx, esi, edi, ebp, esp, eip */ argument
192 typedef int jmp_buf[_JBLEN]; typedef194 extern int setjmp(jmp_buf);195 extern void longjmp(jmp_buf, int) __attribute__((__noreturn__));
35 jmp_buf jb;
251 jmp_buf_t *jmp_buf);254 jmp_buf_t *jmp_buf,
48 typedef int jmp_buf[_JBLEN]; typedef49 void _longjmp(jmp_buf env, int val) OS_NORETURN;50 int _setjmp(jmp_buf env) __attribute__((returns_twice));69 static jmp_buf jbuf;
163 jmp_buf env; /* buf to jump when run */
106 jmp_buf parent_env;
318 static jmp_buf jb;
32 jmp_buf resume;