HomeSort by relevance Sort by last modified time
    Searched full:setjmp (Results 126 - 150 of 995) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/
setjmp.h 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */
2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */
37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
44 #include <machine/setjmp.h>
55 int setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/
setjmp.h 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */
2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */
37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
44 #include <machine/setjmp.h>
55 int setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
setjmp.h 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */
2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */
37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
44 #include <machine/setjmp.h>
55 int setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
setjmp.h 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */
2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */
37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
44 #include <machine/setjmp.h>
55 int setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
setjmp.h 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */
2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */
37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
44 #include <machine/setjmp.h>
55 int setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
setjmp.h 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */
2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */
37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
44 #include <machine/setjmp.h>
55 int setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
setjmp.h 1 /* $OpenBSD: setjmp.h,v 1.5 2005/12/13 00:35:22 millert Exp $ */
2 /* $NetBSD: setjmp.h,v 1.11 1994/12/20 10:35:44 cgd Exp $ */
37 * @(#)setjmp.h 8.2 (Berkeley) 1/21/94
44 #include <machine/setjmp.h>
55 int setjmp(jmp_buf);
  /external/llvm/test/CodeGen/X86/
late-address-taken.ll 41 ; test @setjmp - similar to @catchret, but the MBB in question
42 ; is the one generated when the setjmp's block is split
47 declare i32 @llvm.eh.sjlj.setjmp(i8*) nounwind
50 define void @setjmp(i1 %b) nounwind {
60 call i32 @llvm.eh.sjlj.setjmp(i8* bitcast ([5 x i8*]* @buf to i8*))
63 ; CHECK-LABEL: setjmp: # @setjmp
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_aarch64.S 6 .type setjmp, @function
7 setjmp: label
25 // SP pointer mangling (see glibc setjmp)
43 // tail jump to libc setjmp
50 .size setjmp, .-setjmp
73 // SP pointer mangling (see glibc setjmp)
91 // tail jump to libc setjmp
123 // SP pointer mangling (see glibc setjmp)
175 // SP pointer mangling (see glibc setjmp)
    [all...]
tsan_rtl_amd64.S 172 .globl ASM_TSAN_SYMBOL_INTERCEPTOR(setjmp)
173 ASM_TYPE_FUNCTION(ASM_TSAN_SYMBOL_INTERCEPTOR(setjmp))
174 ASM_TSAN_SYMBOL_INTERCEPTOR(setjmp):
190 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
201 // tail jump to libc setjmp
207 jmp ASM_TSAN_SYMBOL(setjmp)
210 ASM_SIZE(ASM_TSAN_SYMBOL_INTERCEPTOR(setjmp))
231 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
242 // tail jump to libc setjmp
279 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
    [all...]
  /development/ndk/platforms/android-21/arch-arm64/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
62 * alignment. Contrary to the previous setjmp header for ARM we do not
64 * requirement for setjmp).
  /external/autotest/client/deps/glbench/src/
png_helper.cc 61 if (setjmp(png_jmpbuf(png_ptr)))
66 if (setjmp(png_jmpbuf(png_ptr)))
74 if (setjmp(png_jmpbuf(png_ptr)))
79 if (setjmp(png_jmpbuf(png_ptr)))
  /external/compiler-rt/test/tsan/
longjmp2.cc 8 #include <setjmp.h>
longjmp4.cc 9 #include <setjmp.h>
35 if (setjmp(env) == 42) {
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
62 * alignment. Contrary to the previous setjmp header for ARM we do not
64 * requirement for setjmp).
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
62 * alignment. Contrary to the previous setjmp header for ARM we do not
64 * requirement for setjmp).
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/machine/
setjmp.h 30 * machine/setjmp.h: machine dependent setjmp-related information.
62 * alignment. Contrary to the previous setjmp header for ARM we do not
64 * requirement for setjmp).
  /external/libcxx/test/std/depr/depr.c.headers/
setjmp_h.pass.cpp 10 // test <setjmp.h>
12 #include <setjmp.h>
  /external/libcxx/test/std/language.support/support.runtime/
csetjmp.pass.cpp 15 #ifndef setjmp
16 #error setjmp not defined
  /external/valgrind/memcheck/tests/
badjump2.c 2 #include <setjmp.h>
36 if (setjmp(myjmpbuf) == 0) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
setjmp_h.pass.cpp 10 // test <setjmp.h>
12 #include <setjmp.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
csetjmp.pass.cpp 15 #ifndef setjmp
16 #error setjmp not defined
  /packages/apps/Gallery2/jni_jpegstream/src/
jerr_hook.h 26 #include <setjmp.h>
32 * setjmp for error cleanup.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
setjmp2.h 1 /* Checking macros for setjmp functions.
21 # error "Never include <bits/setjmp2.h> directly; use <setjmp.h> instead."
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
setjmp2.h 1 /* Checking macros for setjmp functions.
21 # error "Never include <bits/setjmp2.h> directly; use <setjmp.h> instead."

Completed in 1133 milliseconds

1 2 3 4 56 7 8 91011>>