HomeSort by relevance Sort by last modified time
    Searched defs:setjmp (Results 1 - 10 of 10) sorted by null

  /bionic/libc/arch-arm64/bionic/
setjmp.S 30 #include <machine/setjmp.h>
43 ENTRY(setjmp) function
78 END(setjmp)
  /bionic/libc/arch-x86/bionic/
setjmp.S 1 /* $OpenBSD: setjmp.S,v 1.8 2005/08/07 11:30:38 espie Exp $ */
37 * C library -- setjmp, longjmp
41 * setjmp(a)
46 ENTRY(setjmp) function
64 END(setjmp)
  /bionic/libc/arch-x86_64/bionic/
setjmp.S 1 /* $OpenBSD: setjmp.S,v 1.3 2012/08/22 17:19:34 pascal Exp $ */
40 #include <machine/setjmp.h>
47 * setjmp(a)
52 ENTRY(setjmp) function
71 END(setjmp)
  /external/libunwind/src/setjmp/
setjmp.c 27 #include <setjmp.h>
31 /* Why use K&R syntax here? setjmp() is often a macro and that
33 libunwind-version of setjmp() with the name of the actual function.
34 Using K&R syntax lets us keep the setjmp() macro while keeping the
35 syntax valid... This trick works provided setjmp() doesn't do
39 setjmp (env) function
  /bionic/libc/arch-arm/bionic/
setjmp.S 1 /* $OpenBSD: setjmp.S,v 1.2 2004/02/01 05:40:52 drahn Exp $ */
2 /* $NetBSD: setjmp.S,v 1.5 2003/04/05 23:08:51 bjh21 Exp $ */
38 #include <machine/setjmp.h>
42 * C library -- setjmp, longjmp
46 * setjmp(a)
51 ENTRY(setjmp) function
86 END(setjmp)
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 166 .globl setjmp
167 .type setjmp, @function
168 setjmp: label
177 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
185 // tail jump to libc setjmp
190 .size setjmp, .-setjmp
204 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
212 // tail jump to libc setjmp
238 xor %fs:0x30, %rsi // magic mangling of rsp (see libc setjmp)
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 87 // VisualStudio defines setjmp as _setjmp
88 #if defined(_MSC_VER) && defined(setjmp) && \
90 # pragma push_macro("setjmp")
91 # undef setjmp macro
101 case Intrinsic::setjmp:
102 EnsureFunctionExists(M, "setjmp", I->arg_begin(), I->arg_end(),
363 // The setjmp/longjmp intrinsics should only exist in the code if it was
366 // convert the call to an explicit setjmp or longjmp call.
367 case Intrinsic::setjmp: {
368 Value *V = ReplaceCallWith("setjmp", CI, CS.arg_begin(), CS.arg_end()
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 227 // VisualStudio defines setjmp as _setjmp
228 #if defined(_MSC_VER) && defined(setjmp) && \
230 # pragma push_macro("setjmp")
231 # undef setjmp macro
235 case Intrinsic::setjmp:
239 # pragma pop_macro("setjmp")
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 418 #include <setjmp.h>
424 int setjmp; member in struct:vpx_internal_error_info
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 480 #include <setjmp.h>
486 int setjmp; member in struct:vpx_internal_error_info
509 if (info->setjmp)

Completed in 689 milliseconds