Home
last modified time | relevance | path

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

12

/third_party/libunwind/src/ia64/
Dsetjmp.S30 .global _setjmp symbol
32 .proc _setjmp label
34 _setjmp: label
47 .endp _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/mipsn32/
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/powerpc64/
Dsetjmp.s2 .global _setjmp symbol
5 .type _setjmp,@function
8 _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/x86_64/
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/powerpc/
Dsetjmp.S4 .global _setjmp symbol
7 .type _setjmp,@function
11 _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/or1k/
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/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/libc-test/src/functionalext/supplement/setjmp/
D_setjmp.c32 if ((value = _setjmp(jb)) == 0) { in _setjmp_0100()
/third_party/musl/porting/uniproton/kernel/include/
Dsetjmp.h28 int _setjmp (jmp_buf);
/third_party/musl/porting/liteos_m/kernel/include/
Dsetjmp.h28 int _setjmp (jmp_buf);
/third_party/musl/include/
Dsetjmp.h28 int _setjmp (jmp_buf);
/third_party/musl/ndk_musl_include/
Dsetjmp.h28 int _setjmp (jmp_buf);
/third_party/openssl/crypto/async/arch/
Dasync_posix.h41 if (!r || !_setjmp(o->env)) { in async_fibre_swapcontext()

12