Searched refs:jmp_buf (Results 1 – 6 of 6) sorted by relevance
65 typedef struct jmp_buf { struct66 int jmp_buf[6]; /* ebx, esi, edi, ebp, esp, eip */ argument
65 typedef struct jmp_buf { struct66 int jmp_buf[28]; member
249 jmp_buf_t *jmp_buf);252 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;
238 static jmp_buf jb;
32 jmp_buf resume;