Searched refs:jmp_buf (Results 1 – 6 of 6) sorted by relevance
20 typedef struct jmp_buf_data jmp_buf[1]; typedef22 int setjmp(jmp_buf jmp);23 void longjmp(jmp_buf jmp, int ret);
25 typedef struct jmp_buf_data jmp_buf[1]; typedef32 int setjmp(jmp_buf jmp);33 __noreturn void longjmp(jmp_buf jmp, int ret);
22 typedef struct jmp_buf_data jmp_buf[1]; typedef24 int setjmp(jmp_buf jmp);25 void longjmp(jmp_buf jmp, int ret);
37 typedef struct jmp_buf_data jmp_buf[1]; typedef39 int setjmp(jmp_buf env);40 void longjmp(jmp_buf env, int val);
19 static jmp_buf brom_ctx __section(".data");
15 jmp_buf env;
Completed in 10 milliseconds