Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 25 of 133) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0004-Fix-GCC-11-Warray-parameter-warning-for-__sigsetjmp-.patch14 so can use an array (as in setjmp.h) rather than a pointer in the
32 setjmp/Makefile | 3 +-
33 setjmp/bits/types/struct___jmp_buf_tag.h | 37 +++++++++++++++++++++++
34 setjmp/setjmp.h | 15 +--------
38 create mode 100644 setjmp/bits/types/struct___jmp_buf_tag.h
46 +#include <setjmp/bits/types/struct___jmp_buf_tag.h>
47 diff --git a/setjmp/Makefile b/setjmp/Makefile
49 --- a/setjmp/Makefile
50 +++ b/setjmp/Makefile
51 @@ -22,7 +22,8 @@ subdir := setjmp
[all …]
H A D0005-Disable-spurious-Wstringop-overflow-for-setjmp-longj.patch4 Subject: [PATCH 05/20] Disable spurious -Wstringop-overflow for setjmp/longjmp
8 -Wstringop-overflow warnings from calls to setjmp and longjmp with a
11 positive, because setjmp and longjmp do not access anything (the
13 patch disables the warning for that call to setjmp, as well as for two
48 + pthread_unwind_buf is smaller than jmp_buf. setjmp and longjmp
53 not_first_call = setjmp ((struct __jmp_buf_tag *) unwind_buf.cancel_jmp_buf);
77 + pthread_unwind_buf is smaller than jmp_buf. setjmp and longjmp
82 not_first_call = setjmp ((struct __jmp_buf_tag *) unwind_buf.cancel_jmp_buf);
85 /* No previous handlers. NB: This must be done after setjmp since the
106 + pthread_unwind_buf is smaller than jmp_buf. setjmp and longjmp
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dsetjmp.S23 .globl setjmp symbol
24 .type setjmp, @function
25 setjmp: label
43 .size setjmp, .-setjmp
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dsetjmp.h35 #include_next <setjmp.h>
39 #ifndef setjmp
40 #define setjmp(env) setjmp(env) macro
H A Dcsetjmp19 setjmp
35 #include <setjmp.h>
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dsetjmp.h35 #include_next <setjmp.h>
39 #ifndef setjmp
40 #define setjmp(env) setjmp(env) macro
H A Dcsetjmp19 setjmp
35 #include <setjmp.h>
/OK3568_Linux_fs/buildroot/package/fbv/
H A D0007-libpng15.patch11 - if (setjmp(png_ptr->jmpbuf))
12 + if (setjmp(png_jmpbuf(png_ptr)))
20 - if (setjmp(png_ptr->jmpbuf))
21 + if (setjmp(png_jmpbuf(png_ptr)))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcsetjmp29 * This is the C++ version of the Standard C Library header @c setjmp.h,
42 #include <setjmp.h>
47 // Get rid of those macros defined in <setjmp.h> in lieu of real functions.
51 #ifndef setjmp
52 #define setjmp(env) setjmp (env)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcsetjmp29 * This is the C++ version of the Standard C Library header @c setjmp.h,
42 #include <setjmp.h>
47 // Get rid of those macros defined in <setjmp.h> in lieu of real functions.
51 #ifndef setjmp
52 #define setjmp(env) setjmp (env)
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dsetjmp.S11 .pushsection .text.setjmp, "ax"
12 ENTRY(setjmp)
22 ENDPROC(setjmp)
H A Dsetjmp_aarch64.S11 .pushsection .text.setjmp, "ax"
12 ENTRY(setjmp)
24 ENDPROC(setjmp)
/OK3568_Linux_fs/kernel/arch/x86/um/os-Linux/
H A Dtask_size.c32 if (setjmp(buf) == 0) in page_ok()
49 if (setjmp(buf) == 0) { in page_ok()
57 if (setjmp(buf) == 0) { in page_ok()
/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dlongjmp.h8 extern int setjmp(jmp_buf);
19 n = setjmp(*buf); \
/OK3568_Linux_fs/buildroot/package/matchbox-lib/
H A D0003-include-setjmp-h.patch1 matchbox-lib: include setjmp.h
14 +#include <setjmp.h>
H A D0002-libpng15.patch11 - if ( setjmp( png_ptr->jmpbuf ) ) {
12 + if ( setjmp( png_jmpbuf(png_ptr) ) ) {
/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 Dsetjmp.h36 extern int setjmp (jmp_buf __env) __THROWNL;
49 #define setjmp(env) _setjmp (env) macro
/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 Dsetjmp.h36 extern int setjmp (jmp_buf __env) __THROWNL;
49 #define setjmp(env) _setjmp (env) macro
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dxmon.c540 if (setjmp(recurse_jmp) != 0) { in xmon_core()
670 if (setjmp(recurse_jmp) == 0) { in xmon_core()
1012 if (setjmp(bus_error_jmp) == 0) { in show_uptime()
1621 if (setjmp(bus_error_jmp) == 0) { in get_function_bounds()
1805 if (setjmp(bus_error_jmp) == 0) { in prregs()
1871 if (setjmp(bus_error_jmp) == 0) { in cacheflush()
1898 if (setjmp(bus_error_jmp) == 0) { in read_spr()
1921 if (setjmp(bus_error_jmp) == 0) { in write_spr()
2140 if (setjmp(bus_error_jmp) == 0) { in mread()
2183 if (setjmp(bus_error_jmp) == 0) { in mwrite()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/
H A D0001-Include-poll.h-instead-of-sys-poll.h.patch25 #include <setjmp.h>
37 #include <setjmp.h>
64 #include <setjmp.h>
/OK3568_Linux_fs/kernel/arch/x86/um/
H A Dsetjmp_64.S3 # arch/x86_64/setjmp.S
5 # setjmp/longjmp for the x86-64 architecture
H A Dsetjmp_32.S3 # arch/i386/setjmp.S
5 # setjmp/longjmp for the i386 architecture
/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dsched.c47 #define setjmp ppc_setjmp macro
194 if(setjmp(lthreads[current_tid].context) == 0) { \ in thread_yield()
277 if (setjmp (lthreads[current_tid].context) == 0) { in thread_start()
/OK3568_Linux_fs/buildroot/boot/syslinux/
H A D0013-Fix-build-with-gnu-efi-version-3.0.9.patch26 - strcpy.o strncpy.o setjmp.o fopen.o fread.o fread2.o puts.o \
37 +CORELIBOBJS += setjmp.o memcpy.o memset.o
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A D0001-NEON-autodetection-segfaults-assume-neon-present.patch29 - # include <setjmp.h>
43 - if (setjmp(jb)) {

123456