Home
last modified time | relevance | path

Searched refs:_setjmp (Results 1 – 25 of 58) sorted by relevance

123

/third_party/libunwind/src/ia64/
Dsetjmp.S30 .global _setjmp symbol
32 .proc _setjmp label
34 _setjmp: label
47 .endp _setjmp
/third_party/mingw-w64/mingw-w64-headers/crt/
Dsetjmp.h215 # define _setjmp __intrinsic_setjmpex macro
217 # define _setjmp __intrinsic_setjmp macro
221 # define _setjmp _setjmpex macro
233 # define setjmp(BUF) _setjmp((BUF), __builtin_sponentry())
235 # define setjmp(BUF) _setjmp((BUF), mingw_getsp())
237 # define setjmp(BUF) _setjmp((BUF), __builtin_frame_address (0))
240 # define setjmp(BUF) _setjmp((BUF), NULL)
242 int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) _setjmp(jmp_buf _Buf, void *_Ctx);
264 # define setjmp _setjmp
Dsetjmpex.h14 #define setjmp _setjmp
/third_party/musl/libc-test/src/api/
Dsetjmp.c23 #ifdef _setjmp in f()
24 {int x = _setjmp((jmp_buf){0});} in f()
26 {int(*p)(jmp_buf) = _setjmp;} in f()
/third_party/musl/src/setjmp/mips64/
Dsetjmp.S3 .global _setjmp symbol
6 .type _setjmp,@function
9 _setjmp: label
/third_party/musl/src/setjmp/m68k/
Dsetjmp.s4 .global _setjmp symbol
7 .type _setjmp,@function
11 _setjmp: label
/third_party/musl/src/setjmp/mipsn32/
Dsetjmp.S3 .global _setjmp symbol
6 .type _setjmp,@function
9 _setjmp: label
/third_party/musl/src/setjmp/powerpc64/
Dsetjmp.s2 .global _setjmp symbol
5 .type _setjmp,@function
8 _setjmp: label
/third_party/musl/src/setjmp/x86_64/
Dsetjmp.s3 .global _setjmp symbol
6 .type _setjmp,@function
9 _setjmp: label
/third_party/musl/src/setjmp/x32/
Dsetjmp.s3 .global _setjmp symbol
6 .type _setjmp,@function
9 _setjmp: label
/third_party/musl/src/setjmp/i386/
Dsetjmp.s4 .global _setjmp symbol
7 .type _setjmp,@function
11 _setjmp: label
/third_party/musl/src/setjmp/s390x/
Dsetjmp.s4 .global _setjmp symbol
7 .type _setjmp,@function
11 _setjmp: label
/third_party/musl/src/setjmp/mips/
Dsetjmp.S4 .global _setjmp symbol
7 .type _setjmp,@function
10 _setjmp: label
/third_party/musl/src/setjmp/aarch64/
Dsetjmp.s2 .global _setjmp symbol
5 .type _setjmp,@function
8 _setjmp: label
/third_party/musl/src/setjmp/powerpc/
Dsetjmp.S4 .global _setjmp symbol
7 .type _setjmp,@function
11 _setjmp: label
/third_party/musl/src/setjmp/microblaze/
Dsetjmp.s4 .global _setjmp symbol
7 .type _setjmp,@function
11 _setjmp: label
/third_party/musl/src/setjmp/or1k/
Dsetjmp.s4 .global _setjmp symbol
7 .type _setjmp,@function
11 _setjmp: label
/third_party/musl/src/setjmp/sh/
Dsetjmp.S4 .global _setjmp symbol
7 .type _setjmp, @function
11 _setjmp: label
/third_party/musl/src/setjmp/riscv64/
Dsetjmp.S2 .global _setjmp symbol
5 .type _setjmp, %function
8 _setjmp: label
/third_party/musl/src/setjmp/arm/
Dsetjmp.S3 .global _setjmp symbol
6 .type _setjmp,%function
9 _setjmp: label
/third_party/libunwind/doc/
Dlibunwind-setjmp.tex18 \Type{int} \Func{\_setjmp}(\Type{jmp\_buf}~\Var{env});\\
57 by the libunwind-based \Func{setjmp}()/\Func{\_setjmp} may only be
76 \_setjmp(3), \_longjmp(3),
/third_party/musl/include/
Dsetjmp.h28 int _setjmp (jmp_buf);
/third_party/musl/porting/liteos_m/kernel/include/
Dsetjmp.h32 int _setjmp (jmp_buf);
/third_party/openssl/crypto/async/arch/
Dasync_posix.h41 if (!r || !_setjmp(o->env)) { in async_fibre_swapcontext()
/third_party/mingw-w64/mingw-w64-crt/libarm32/
Dntdllcrt.def35 _setjmp

123