HomeSort by relevance Sort by last modified time
    Searched full:ucontext (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/kernel-headers/original/asm-mips/
ucontext.h 1 #include <asm-generic/ucontext.h>
  /external/kernel-headers/original/asm-generic/
ucontext.h 4 struct ucontext { struct
6 struct ucontext *uc_link;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ucontext.h 4 struct ucontext { struct
6 struct ucontext *uc_link;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ucontext.h 4 struct ucontext { struct
6 struct ucontext *uc_link;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ucontext.h 4 struct ucontext { struct
6 struct ucontext *uc_link;
  /external/kernel-headers/original/asm-x86/
ucontext.h 6 * by the fpstate pointer in the ucontext's
10 #include <asm-generic/ucontext.h>
  /external/compiler-rt/lib/asan/
asan_linux.cc 36 // FIXME: where to get ucontext on Android?
37 #include <sys/ucontext.h>
57 ucontext_t *ucontext = (ucontext_t*)context;
58 *pc = ucontext->uc_mcontext.arm_pc;
59 *bp = ucontext->uc_mcontext.arm_fp;
60 *sp = ucontext->uc_mcontext.arm_sp;
62 ucontext_t *ucontext = (ucontext_t*)context;
63 *pc = ucontext->uc_mcontext.gregs[REG_RIP];
64 *bp = ucontext->uc_mcontext.gregs[REG_RBP];
65 *sp = ucontext->uc_mcontext.gregs[REG_RSP]
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/m4/
pc_from_ucontext.m4 2 # ucontext. Every system has its own way of doing that. We try all the
6 # OpenBSD doesn't have ucontext.h, but we can get PC from ucontext_t
10 # cannot find a way to obtain PC from ucontext.
13 [AC_CHECK_HEADERS(ucontext.h)
14 # Redhat 7 has <sys/ucontext.h>, but it barfs if we #include it directly
15 # (this was fixed in later redhats). <ucontext.h> works fine, so use that.
17 AC_DEFINE(HAVE_SYS_UCONTEXT_H, 0, [<sys/ucontext.h> is broken on redhat 7])
20 AC_CHECK_HEADERS(sys/ucontext.h) # ucontext on OS X 10.6 (at least)
22 AC_CHECK_HEADERS(cygwin/signal.h) # ucontext on cywgi
    [all...]
  /external/chromium_org/sandbox/linux/services/
android_arm_ucontext.h 15 typedef struct ucontext { struct
17 struct ucontext *uc_link;
29 #include <sys/ucontext.h>
android_i386_ucontext.h 10 // This is mostly copied from breakpad (common/android/include/sys/ucontext.h),
66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
76 #include <sys/ucontext.h>
  /bionic/libc/kernel/common/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /bionic/libc/kernel/arch-mips/asm/
ucontext.h 19 #include <asm-generic/ucontext.h>
  /bionic/libc/kernel/arch-arm/asm/
ucontext.h 22 struct ucontext { struct
25 struct ucontext *uc_link;
  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 3 #include <ucontext.h>
13 typedef struct ucontext mycontext;
  /external/kernel-headers/original/asm-arm/
ucontext.h 8 * ucontext now has room for all registers which need to be saved and
16 struct ucontext { struct
18 struct ucontext *uc_link;
  /bionic/libc/kernel/arch-x86/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /external/valgrind/main/none/tests/s390x/
ex_sig.c 8 #include <ucontext.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ucontext.h 27 #include <sys/ucontext.h>
53 #endif /* ucontext.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ucontext.h 27 #include <sys/ucontext.h>
53 #endif /* ucontext.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ucontext.h 27 #include <sys/ucontext.h>
53 #endif /* ucontext.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ucontext.h 135 typedef struct ucontext struct
138 struct ucontext *uc_link;
236 typedef struct ucontext struct
239 struct ucontext *uc_link;
248 #endif /* sys/ucontext.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 135 typedef struct ucontext struct
138 struct ucontext *uc_link;
236 typedef struct ucontext struct
239 struct ucontext *uc_link;
248 #endif /* sys/ucontext.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ucontext.h 135 typedef struct ucontext struct
138 struct ucontext *uc_link;
236 typedef struct ucontext struct
239 struct ucontext *uc_link;
248 #endif /* sys/ucontext.h */
  /external/chromium_org/v8/src/
sampler.cc 42 // OpenBSD doesn't have <ucontext.h>. ucontext_t lives in <signal.h>
46 #include <ucontext.h>
88 typedef struct ucontext { struct
90 struct ucontext* uc_link;
119 typedef struct ucontext { struct
121 struct ucontext* uc_link;
137 typedef struct ucontext { struct
139 struct ucontext* uc_link;
326 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context);
328 mcontext_t& mcontext = ucontext->uc_mcontext
    [all...]
  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 7 #include <sys/ucontext.h>

Completed in 2011 milliseconds

1 2 3 4 5