Home
last modified time | relevance | path

Searched refs:jmp_buf_data (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/arch/x86/include/asm/
Dsetjmp.h13 struct jmp_buf_data { struct
26 struct jmp_buf_data { struct
37 int setjmp(struct jmp_buf_data *jmp_buf); argument
38 void longjmp(struct jmp_buf_data *jmp_buf, int val);
/external/u-boot/arch/riscv/include/asm/
Dsetjmp.h13 struct jmp_buf_data { struct
20 typedef struct jmp_buf_data jmp_buf[1]; argument
/external/u-boot/arch/sandbox/include/asm/
Dsetjmp.h10 struct jmp_buf_data { struct
25 typedef struct jmp_buf_data jmp_buf[1]; argument
/external/u-boot/arch/arm/include/asm/
Dsetjmp.h14 struct jmp_buf_data { struct
22 typedef struct jmp_buf_data jmp_buf[1]; argument
/external/u-boot/include/
Defi_api.h341 struct jmp_buf_data exit_jmp;