| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | setjmp.h | 10 typedef long jmp_buf[JMP_BUF_LEN]; typedef 12 extern int setjmp(jmp_buf env) __attribute__((returns_twice)); 13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | setjmp.h | 23 typedef struct jmp_buf_data jmp_buf[1]; typedef 25 int setjmp(jmp_buf jmp); 26 void longjmp(jmp_buf jmp, int ret);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | setjmp.h | 56 typedef _JBTYPE jmp_buf[_JBLEN]; typedef 59 void __noreturn longjmp(jmp_buf env, int val); 60 int setjmp(jmp_buf env);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | setjmp.h | 56 typedef _JBTYPE jmp_buf[_JBLEN]; typedef 59 void __noreturn longjmp(jmp_buf env, int val); 60 int setjmp(jmp_buf env);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | csetjmp | 26 jmp_buf 28 void longjmp(jmp_buf env, int val); 43 using ::jmp_buf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | csetjmp | 26 jmp_buf 28 void longjmp(jmp_buf env, int val); 43 using ::jmp_buf;
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/ |
| H A D | process.c | 555 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() 567 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads() 573 static jmp_buf initial_jmpbuf; 578 static jmp_buf *cb_back; 580 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() 626 jmp_buf here; in initial_thread_cb_skas()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/x86_64/ |
| H A D | setjmp.c | 10 int setjmp(struct jmp_buf_data *jmp_buf) in setjmp() argument 17 void longjmp(struct jmp_buf_data *jmp_buf, int val) in longjmp() argument
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | setjmp.h | 21 int setjmp(struct jmp_buf_data *jmp_buf); 22 void longjmp(struct jmp_buf_data *jmp_buf, int val);
|
| /OK3568_Linux_fs/kernel/arch/um/include/shared/ |
| H A D | longjmp.h | 8 extern int setjmp(jmp_buf); 9 extern void longjmp(jmp_buf, int);
|
| H A D | os.h | 291 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)); 292 extern void switch_threads(jmp_buf *me, jmp_buf *you); 293 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
|
| H A D | registers.h | 22 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/inetutils/inetutils/ |
| H A D | 0001-ftpd-telnetd-Fix-multiple-definitions-of-errcatch-an.patch | 26 -jmp_buf errcatch; 27 +extern jmp_buf errcatch; 39 +jmp_buf errcatch;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | setjmp.h | 32 typedef struct __jmp_buf_tag jmp_buf[1]; typedef 36 extern int setjmp (jmp_buf __env) __THROWNL;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | setjmp.h | 32 typedef struct __jmp_buf_tag jmp_buf[1]; typedef 36 extern int setjmp (jmp_buf __env) __THROWNL;
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | processor-generic.h | 26 jmp_buf *fault_catcher; 29 jmp_buf switch_buf;
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0005-Disable-spurious-Wstringop-overflow-for-setjmp-longj.patch | 9 pointer to a pthread_unwind_buf that is smaller than jmp_buf. As 48 + pthread_unwind_buf is smaller than jmp_buf. setjmp and longjmp 77 + pthread_unwind_buf is smaller than jmp_buf. setjmp and longjmp 106 + pthread_unwind_buf is smaller than jmp_buf. setjmp and longjmp
|
| H A D | 0004-Fix-GCC-11-Warray-parameter-warning-for-__sigsetjmp-.patch | 18 not fix the jmp_buf-related -Wstringop-overflow errors (also discussed 95 + assume that a `jmp_buf' begins with a `__jmp_buf' and that 118 - assume that a `jmp_buf' begins with a `__jmp_buf' and that 128 typedef struct __jmp_buf_tag jmp_buf[1];
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0007-Update-the-longjump-calls-to-fit-the-new-declaration.patch | 30 -static jmp_buf load_error_buf; 31 +static jmp_buf *load_error_buf;
|
| H A D | 0015-efi-main.c-include-efisetjmp.h.patch | 11 syslinux/efi/main.c:33:8: error: unknown type name ‘jmp_buf’ 12 33 | static jmp_buf load_error_buf;
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | 0002-security-Fix-build-with-glibc-2.34.patch | 26 jmp_buf* aCtx) { 41 jmp_buf ctx;
|
| /OK3568_Linux_fs/kernel/arch/x86/um/shared/sysdep/ |
| H A D | archsetjmp_32.h | 18 typedef struct __jmp_buf jmp_buf[1]; typedef
|
| H A D | archsetjmp_64.h | 20 typedef struct __jmp_buf jmp_buf[1]; typedef
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | bootrom.c | 18 static jmp_buf brom_ctx __section(".data");
|
| /OK3568_Linux_fs/kernel/arch/x86/um/ |
| H A D | bugs_32.c | 14 static jmp_buf cmov_test_return;
|