Searched refs:jmp_buf (Results 1 – 5 of 5) 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 int setjmp(struct jmp_buf_data *jmp_buf);38 void longjmp(struct jmp_buf_data *jmp_buf, int val);
19 static jmp_buf brom_ctx __section(".data");
Completed in 4 milliseconds