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

  /bionic/libc/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /development/ndk/platforms/android-3/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
setjmp.h 47 typedef long jmp_buf[_JBLEN]; typedef
51 int _setjmp(jmp_buf);
52 void _longjmp(jmp_buf, int);
55 int setjmp(jmp_buf);
56 void longjmp(jmp_buf, int);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
setjmp.h 38 assume that a `jmp_buf' begins with a `__jmp_buf' and that
49 typedef struct __jmp_buf_tag jmp_buf[1]; typedef in typeref:struct:__jmp_buf_tag
53 extern int setjmp (jmp_buf __env) __THROW;
97 /* Use the same type for `jmp_buf' and `sigjmp_buf'.
  /bionic/libc/kernel/arch-sh/asm/
kgdb.h 34 typedef int jmp_buf[_JBLEN]; typedef

Completed in 45 milliseconds