Home
last modified time | relevance | path

Searched refs:longjmp (Results 1 – 25 of 204) sorted by relevance

123456789

/external/syslinux/com32/lib/x86_64/
Dsetjmp.S4 # setjmp/longjmp for the x86-64 architecture
41 .globl longjmp symbol
42 .type longjmp, @function
43 longjmp: label
54 .size longjmp,.-longjmp
/external/syslinux/com32/lib/i386/
Dsetjmp.S47 .globl longjmp symbol
48 .type longjmp, @function
49 longjmp: label
63 .size longjmp,.-longjmp
/external/libunwind/src/setjmp/
Dlongjmp.c51 #define longjmp __nonworking_longjmp macro
53 static void longjmp (jmp_buf env, int val);
105 void longjmp (jmp_buf env, int val)
110 longjmp (jmp_buf env, int val) in longjmp() function
/external/libunwind/doc/
Dlibunwind-setjmp.tex17 \Type{void} \Func{longjmp}(\Type{jmp\_buf}~\Var{env}, \Type{int}~\Var{val});\\
34 \Func{longjmp}() routines tends to be much slower than with the
36 \Func{longjmp}() will be proportional to the number of call frames
38 \Func{longjmp}() were called. For this reason, the
41 \Func{longjmp}().
50 unwound during a \Func{longjmp}() have correct unwind information
59 \Func{longjmp}()/\Func{\_longjmp}(). The analogous applies for
75 setjmp(3), longjmp(3),
/external/llvm/test/CodeGen/Thumb2/
Dsetjmp_longjmp.ll5 declare void @llvm.eh.sjlj.longjmp(i8*)
30 ; longjmp sequence:
37 ; longjmp sequence2:
65 call void @llvm.eh.sjlj.longjmp(i8* %bufptr)
84 call void @llvm.eh.sjlj.longjmp(i8* %bufptr)
/external/llvm/test/CodeGen/ARM/
Dsetjmp_longjmp.ll5 declare void @llvm.eh.sjlj.longjmp(i8*)
26 ; longjmp sequence:
48 call void @llvm.eh.sjlj.longjmp(i8* %bufptr)
66 ; longjmp sequence:
105 call void @llvm.eh.sjlj.longjmp(i8* %5)
/external/syslinux/com32/include/
Dsetjmp.h21 __extern __noreturn longjmp(jmp_buf, int);
26 #define siglongjmp(__env, __val) longjmp(__env, __val)
/external/clang/test/Sema/
Dreturn.c203 extern void longjmp (struct __jmp_buf_tag __env[1], int __val) __attribute__ ((noreturn));
210 longjmp(test30_j, 1); in test30()
213 longjmp(test30_j, 2); in test30()
/external/syslinux/gpxe/src/arch/i386/include/
Dsetjmp.h27 extern void __asmcall longjmp ( jmp_buf env, int val );
37 longjmp ( (_env)->env, (_val) ); \
/external/llvm/test/CodeGen/ARM/Windows/
Dbuiltin_longjmp.ll3 declare void @llvm.eh.sjlj.longjmp(i8*)
7 tail call void @llvm.eh.sjlj.longjmp(i8* %b)
/external/libcxx/include/
Dcsetjmp28 void longjmp(jmp_buf env, int val);
44 using ::longjmp;
/external/syslinux/gpxe/src/arch/i386/core/
Dsetjmp.S28 .globl longjmp symbol
29 longjmp: label
/external/llvm/test/Instrumentation/AddressSanitizer/
Dstack_dynamic_alloca.ll58 ; CHECK: call void @longjmp
67 …call void @longjmp(%struct.__jmp_buf_tag* getelementptr inbounds ([1 x %struct.__jmp_buf_tag], [1 …
76 declare void @longjmp(%struct.__jmp_buf_tag*, i32) noreturn nounwind
/external/llvm/test/CodeGen/X86/
Dsetjmp-spills.ll7 declare void @longjmp()
41 ; compiler should not reuse the spill slots. longjmp() can return to
60 call void @longjmp()
126 call void @longjmp()
Dsjlj.ll14 declare void @llvm.eh.sjlj.longjmp(i8*) nounwind
48 tail call void @llvm.eh.sjlj.longjmp(i8* bitcast ([5 x i8*]* @buf to i8*))
/external/valgrind/android/aarch64/
Dsetjmp.S105 ENTRY(longjmp)
126 END(longjmp)
/external/llvm/test/CodeGen/SPARC/
Dsetjmp.ll45 call void @longjmp(%struct.__jmp_buf_tag* %2, i32 0) #1
58 declare void @longjmp(%struct.__jmp_buf_tag*, i32) #1
/external/libcxx/test/std/depr/depr.c.headers/
Dsetjmp_h.pass.cpp23 static_assert((std::is_same<decltype(longjmp(jb, 0)), void>::value), in main()
/external/compiler-rt/test/tsan/
Dlongjmp.cc11 longjmp(env, 42); in foo()
Dignore_lib4.cc31 longjmp(env, 1); in myfunc()
/external/libcxx/test/std/language.support/support.runtime/
Dcsetjmp.pass.cpp23 static_assert((std::is_same<decltype(std::longjmp(jb, 0)), void>::value), in main()
/external/libunwind/src/ppc32/
DMake-arch.in7 $(arch)/longjmp.o \
/external/compiler-rt/test/asan/TestCases/Windows/
Dlongjmp.cc20 longjmp(buf, 1); in main()
/external/compiler-rt/test/asan/TestCases/
Dlongjmp.cc17 longjmp(buf, 1); in main()
/external/syslinux/com32/lib/
Dexit.c57 longjmp(__syslinux_current->u.x.process_exit, (uint8_t)rv+1); in _exit()

123456789