HomeSort by relevance Sort by last modified time
    Searched refs:_setjmp (Results 51 - 75 of 87) sorted by null

1 23 4

  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/
setjmp.h 51 int _setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
setjmp.h 51 int _setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
setjmp.h 51 int _setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
setjmp.h 51 int _setjmp(jmp_buf);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
setjmp.h 51 int _setjmp(jmp_buf);
  /external/clang/test/CodeGen/
function-attributes.c 103 // CHECK: call i32 @_setjmp(i32* null)
106 int _setjmp(jmp_buf);
108 _setjmp(0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
setjmp.h 65 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROW;
67 /* Do not save the signal mask. This is equivalent to the `_setjmp'
69 # define setjmp(env) _setjmp (env)
88 /* Same. Usually `_longjmp' is used with `_setjmp', which does not save
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
setjmp.h 65 extern int _setjmp (struct __jmp_buf_tag __env[1]) __THROWNL;
67 /* Do not save the signal mask. This is equivalent to the `_setjmp'
69 # define setjmp(env) _setjmp (env)
88 /* Same. Usually `_longjmp' is used with `_setjmp', which does not save
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_ppc64.S 5 .globl _setjmp
6 .type _setjmp, @function
9 _setjmp: label
13 _setjmp: label
14 .quad .L._setjmp,.TOC.@tocbase,0
17 .L._setjmp:
39 addis r2,r2,_setjmp-0b@ha
40 addi r2,r2,_setjmp-0b@l
137 .size _setjmp, .-.L._setjmp
    [all...]
tsan_rtl_aarch64.S 53 .globl _setjmp
54 .type _setjmp, @function
55 _setjmp: label
98 .size _setjmp, .-_setjmp
tsan_rtl_amd64.S 213 .globl ASM_TSAN_SYMBOL_INTERCEPTOR(_setjmp)
214 ASM_TYPE_FUNCTION(ASM_TSAN_SYMBOL_INTERCEPTOR(_setjmp))
215 ASM_TSAN_SYMBOL_INTERCEPTOR(_setjmp):
248 jmp ASM_TSAN_SYMBOL(_setjmp)
251 ASM_SIZE(ASM_TSAN_SYMBOL_INTERCEPTOR(_setjmp))
tsan_interceptors.cc 530 TSAN_INTERCEPTOR(int, _setjmp, void *env);
564 extern "C" int _setjmp(void *env);
568 DEFINE_REAL(int, _setjmp, void *env)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
setjmp.h 157 # define setjmp(BUF) _setjmp((BUF), mingw_getsp())
159 # define setjmp(BUF) _setjmp((BUF), __builtin_frame_address (0))
164 int __cdecl __attribute__ ((__nothrow__,__returns_twice__)) _setjmp(jmp_buf _Buf, void *_Ctx);
186 # define setjmp _setjmp
  /bionic/libc/arch-x86/bionic/
setjmp.S 45 // 6 sigmask signal mask (not used with _setjmp / _longjmp)
86 ENTRY(_setjmp) function
90 END(_setjmp)
  /bionic/libc/arch-x86_64/bionic/
setjmp.S 98 ENTRY(_setjmp) function
101 END(_setjmp)
  /external/libunwind/doc/
libunwind-setjmp.tex 18 \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),
  /bionic/libc/arch-arm/bionic/
setjmp.S 59 // 1 sigmask signal mask (not used with _setjmp / _longjmp)
83 ENTRY(_setjmp) function
86 END(_setjmp)
  /bionic/libc/arch-arm64/bionic/
setjmp.S 46 // 1 sigmask signal mask (not used with _setjmp / _longjmp)
106 ENTRY(_setjmp) function
109 END(_setjmp)
  /bionic/tests/
setjmp_test.cpp 36 if ((value = _setjmp(jb)) == 0) {
98 // _setjmp/_longjmp do not save/restore the signal mask.
102 if (_setjmp(jb) == 0) {
  /bionic/libc/arch-mips/bionic/
setjmp.S 287 NON_LEAF(_setjmp, FRAMESZ, ra)
290 SETUP_GP64(GPOFF, _setjmp) # can't share sigsetjmp's gp code
296 END(_setjmp)
  /external/libunwind/tests/
test-setjmp.c 164 /* _setjmp() MUST NOT change signal mask: */
166 if (_setjmp (jbuf))
  /external/clang/lib/Headers/
Intrin.h 278 int __cdecl _setjmp(jmp_buf);
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_test.cc 628 if (!_setjmp(buf)) {
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 280 int __cdecl _setjmp(jmp_buf);
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
Intrin.h 281 int __cdecl _setjmp(jmp_buf);
    [all...]

Completed in 1055 milliseconds

1 23 4