Home
last modified time | relevance | path

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

1234567891011

/third_party/libunwind/doc/
Dlibunwind-setjmp.tex8 \begin{Name}{3}{libunwind-setjmp}{David Mosberger-Tang}{Programming Library}{libunwind-based non-lo…
13 \File{\#include $<$setjmp.h$>$}\\
16 \Type{int} \Func{setjmp}(\Type{jmp\_buf}~\Var{env});\\
25 The \Prog{unwind-setjmp} library offers a \Prog{libunwind}-based
28 the same name. The main advantage of using the \Prog{unwind-setjmp}
30 \Func{setjmp}() routines is very fast. Typically, just 2 or 3 words
37 that exist between the points where \Func{setjmp}() and
39 \Prog{unwind-setjmp} library is beneficial primarily in applications
40 that frequently call \Func{setjmp}() but only rarely call
57 by the libunwind-based \Func{setjmp}()/\Func{\_setjmp} may only be
[all …]
/third_party/mesa3d/src/glx/tests/
Dquery_renderer_unittest.cpp137 if (setjmp(jmp) == 0) { in TEST_F()
196 if (setjmp(jmp) == 0) { in TEST_F()
216 if (setjmp(jmp) == 0) { in TEST_F()
240 if (setjmp(jmp) == 0) { in TEST_F()
263 if (setjmp(jmp) == 0) { in TEST_F()
287 if (setjmp(jmp) == 0) { in TEST_F()
350 if (setjmp(jmp) == 0) { in TEST_F()
373 if (setjmp(jmp) == 0) { in TEST_F()
400 if (setjmp(jmp) == 0) { in TEST_F()
426 if (setjmp(jmp) == 0) { in TEST_F()
/third_party/libunwind/src/setjmp/
Dlibunwind-setjmp.pc.in6 Name: libunwind-setjmp
7 Description: libunwind setjmp library
10 Libs: -L${libdir} -lunwind-setjmp
/third_party/musl/porting/uniproton/kernel/include/
Dsetjmp.h32 int setjmp (jmp_buf);
35 #define setjmp setjmp macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsetjmp.h32 int setjmp (jmp_buf);
35 #define setjmp setjmp macro
/third_party/musl/include/
Dsetjmp.h32 int setjmp (jmp_buf);
35 #define setjmp setjmp macro
/third_party/musl/ndk_musl_include/
Dsetjmp.h32 int setjmp (jmp_buf);
35 #define setjmp setjmp macro
/third_party/musl/libc-test/src/api/
Dsetjmp.c7 #ifdef setjmp in f()
8 {int x = setjmp((jmp_buf){0});} in f()
10 {int(*p)(jmp_buf) = setjmp;} in f()
/third_party/musl/src/setjmp/mips64/
Dsetjmp.S4 .global setjmp symbol
7 .type setjmp,@function
10 setjmp: label
/third_party/musl/src/setjmp/mipsn32/
Dsetjmp.S4 .global setjmp symbol
7 .type setjmp,@function
10 setjmp: label
/third_party/musl/src/setjmp/m68k/
Dsetjmp.s5 .global setjmp symbol
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/powerpc64/
Dsetjmp.s3 .global setjmp symbol
6 .type setjmp,@function
9 setjmp: label
/third_party/musl/src/setjmp/x32/
Dsetjmp.s4 .global setjmp symbol
7 .type setjmp,@function
10 setjmp: label
/third_party/musl/src/setjmp/x86_64/
Dsetjmp.s4 .global setjmp symbol
7 .type setjmp,@function
10 setjmp: label
/third_party/musl/src/setjmp/i386/
Dsetjmp.s5 .global setjmp symbol
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/s390x/
Dsetjmp.s5 .global setjmp symbol
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/mips/
Dsetjmp.S5 .global setjmp symbol
8 .type setjmp,@function
11 setjmp: label
/third_party/musl/src/setjmp/powerpc/
Dsetjmp.S5 .global setjmp symbol
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/aarch64/
Dsetjmp.s3 .global setjmp symbol
6 .type setjmp,@function
9 setjmp: label
/third_party/musl/src/setjmp/or1k/
Dsetjmp.s5 .global setjmp symbol
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/microblaze/
Dsetjmp.s5 .global setjmp symbol
8 .type setjmp,@function
12 setjmp: label
/third_party/musl/src/setjmp/sh/
Dsetjmp.S5 .global setjmp symbol
8 .type setjmp, @function
12 setjmp: label
/third_party/musl/src/signal/mipsn32/
Dsigsetjmp.s12 # sigsetjmp is equal to setjmp.
21 lw $25, %got_disp(setjmp)($3)
36 lw $25, %got_disp(setjmp)($3)
/third_party/musl/src/setjmp/riscv64/
Dsetjmp.S3 .global setjmp symbol
6 .type setjmp, %function
9 setjmp: label
/third_party/musl/src/signal/mips64/
Dsigsetjmp.s12 # sigsetjmp is equal to setjmp.
21 ld $25, %got_disp(setjmp)($3)
36 ld $25, %got_disp(setjmp)($3)

1234567891011