Home
last modified time | relevance | path

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

12345678910>>...21

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dsetjmp.h34 #include_next <setjmp.h>
38 #ifndef setjmp
39 #define setjmp(env) setjmp(env) macro
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia32/
H A Dsetjmp.S18 .globl setjmp symbol
20 .type setjmp, @function
22 .def setjmp; .scl 2; .type 32; .endef
24 setjmp: label
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_mips64.S6 .globl setjmp symbol
7 .type setjmp, @function
8 setjmp: label
18 lui $gp,%hi(%neg(%gp_rel(setjmp)))
20 daddiu $gp,$gp,%lo(%neg(%gp_rel(setjmp)))
54 .size setjmp, .-setjmp
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_mips64.S6 .globl setjmp symbol
7 .type setjmp, @function
8 setjmp: label
18 lui $gp,%hi(%neg(%gp_rel(setjmp)))
20 daddiu $gp,$gp,%lo(%neg(%gp_rel(setjmp)))
54 .size setjmp, .-setjmp
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_rtl_mips64.S6 .globl setjmp symbol
7 .type setjmp, @function
8 setjmp: label
18 lui $gp,%hi(%neg(%gp_rel(setjmp)))
20 daddiu $gp,$gp,%lo(%neg(%gp_rel(setjmp)))
54 .size setjmp, .-setjmp
H A Dtsan_rtl_aarch64.S37 .globl ASM_SYMBOL_INTERCEPTOR(setjmp)
38 ASM_TYPE_FUNCTION(ASM_SYMBOL_INTERCEPTOR(setjmp))
39 ASM_SYMBOL_INTERCEPTOR(setjmp):
85 ASM_SIZE(ASM_SYMBOL_INTERCEPTOR(setjmp))
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcsetjmp29 * This is the C++ version of the Standard C Library header @c setjmp.h,
45 #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)
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
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)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
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)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcsetjmp29 * This is the C++ version of the Standard C Library header @c setjmp.h,
45 #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)
/netbsd-src/tests/lib/libc/setjmp/
H A Dt_threadjmp.c130 x = setjmp(jb); in h_check()
158 ATF_TC(setjmp);
159 ATF_TC_HEAD(setjmp, tc) in ATF_TC_HEAD() argument
164 ATF_TC_BODY(setjmp, tc) in ATF_TC_BODY() argument
212 ATF_TP_ADD_TC(tp, setjmp); in ATF_TP_ADD_TCS()
H A Dt_sigstack.c32 #include <setjmp.h>
202 ATF_TC(setjmp);
203 ATF_TC_HEAD(setjmp, tc) in ATF_TC_HEAD() argument
208 ATF_TC_BODY(setjmp, tc) in ATF_TC_BODY() argument
216 if (setjmp(jmp) == 1) in ATF_TC_BODY()
258 ATF_TP_ADD_TC(tp, setjmp); in ATF_TP_ADD_TCS()
H A Dt_setjmp.c130 x = setjmp(jb); in h_check()
166 ATF_TC(setjmp);
167 ATF_TC_HEAD(setjmp, tc) in ATF_TC_HEAD() argument
171 ATF_TC_BODY(setjmp, tc) in ATF_TC_BODY() argument
228 ATF_TP_ADD_TC(tp, setjmp); in ATF_TP_ADD_TCS()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/x86_64/
H A Dsetjmp.S4 .globl setjmp symbol
6 .type setjmp, @function
8 .def setjmp; .scl 2; .type 32; .endef
10 setjmp: label
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c/
H A Dcsetjmp34 #include_next <setjmp.h>
36 // Get rid of those macros defined in <setjmp.h> in lieu of real functions.
40 #ifndef setjmp
41 #define setjmp(env) std::setjmp (env)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/c/
H A Dcsetjmp34 #include_next <setjmp.h>
36 // Get rid of those macros defined in <setjmp.h> in lieu of real functions.
40 #ifndef setjmp
41 #define setjmp(env) std::setjmp (env)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dsetjmp.d15 module core.sys.posix.setjmp;
190 alias _setjmp setjmp; // see XOpen block in version()
226 int setjmp(ref jmp_buf);
246 int setjmp(ref jmp_buf);
289 int setjmp(ref jmp_buf);
304 int setjmp(ref jmp_buf);
333 int setjmp(ref jmp_buf);
401 alias _setjmp setjmp;
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/arm/
H A Dsetjmp.S16 .globl setjmp symbol
17 .type setjmp, %function
18 setjmp: label
/netbsd-src/lib/libc/compat/arch/arm/gen/
H A Dcompat_sigsetjmp.S52 1: b PLT_SYM(_C_LABEL(setjmp))
56 b PLT_SYM(_C_LABEL(setjmp))
60 bl PLT_SYM(_C_LABEL(setjmp))
/netbsd-src/sys/arch/usermode/usermode/
H A Dcpufunc.S27 ENTRY(setjmp)
45 END(setjmp)
72 #error implement setjmp/longjmp for arm32
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/aarch64/
H A Dsetjmp.S38 .globl setjmp symbol
39 .type setjmp, @function
40 setjmp: label
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/riscv64/
H A Dsetjmp.S44 .globl setjmp symbol
45 .type setjmp, @function
47 setjmp: label
/netbsd-src/lib/libc/compat/arch/sparc/gen/
H A Dcompat_sigsetjmp.S49 !! if (savemask != 0) goto setjmp
50 1: set _C_LABEL(setjmp), %g2
82 ba,a _C_LABEL(setjmp)
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/mips64el/
H A Dsetjmp.S23 .globl setjmp symbol
24 .type setjmp, @function
25 setjmp: label
/netbsd-src/lib/libc/compat/arch/sparc64/gen/
H A Dcompat_sigsetjmp.S39 set _C_LABEL(setjmp), %o2 ! if (%o1 != 0) goto _setjmp;
64 ldx [%g1 + _C_LABEL(setjmp)], %g1 ! if (%o1 != 0) goto _setjmp;
88 ba,a,pt %icc,_C_LABEL(setjmp)

12345678910>>...21