HomeSort by relevance Sort by last modified time
    Searched defs:ucontext (Results 26 - 38 of 38) sorted by null

12

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
ucontext.h 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
88 typedef struct ucontext {
90 struct ucontext *uc_link;
152 typedef struct ucontext {
154 struct ucontext* uc_link;
204 typedef struct ucontext {
206 struct ucontext* uc_link;
280 typedef struct ucontext {
282 struct ucontext* uc_link
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
ucontext.h 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
88 typedef struct ucontext {
90 struct ucontext *uc_link;
152 typedef struct ucontext {
154 struct ucontext* uc_link;
204 typedef struct ucontext {
206 struct ucontext* uc_link;
280 typedef struct ucontext {
282 struct ucontext* uc_link
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
ucontext.h 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
88 typedef struct ucontext {
90 struct ucontext *uc_link;
152 typedef struct ucontext {
154 struct ucontext* uc_link;
204 typedef struct ucontext {
206 struct ucontext* uc_link;
280 typedef struct ucontext {
282 struct ucontext* uc_link
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
ucontext.h 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;
88 typedef struct ucontext {
90 struct ucontext *uc_link;
152 typedef struct ucontext {
154 struct ucontext* uc_link;
204 typedef struct ucontext {
206 struct ucontext* uc_link;
280 typedef struct ucontext {
282 struct ucontext* uc_link
    [all...]
  /external/chromium_org/sandbox/linux/services/
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>
android_x86_64_ucontext.h 75 typedef struct ucontext { struct
77 struct ucontext* uc_link;
85 #include <sys/ucontext.h>
  /external/compiler-rt/android/include/sys/
ucontext.h 1 //===-- ucontext.h ----------------------------------------------*- C++ -*-===//
36 typedef struct ucontext { struct
38 struct ucontext* uc_link;
100 typedef struct ucontext { struct
102 struct ucontext* uc_link;
135 typedef struct ucontext { struct
137 struct ucontext* uc_link;
  /external/compiler-rt/lib/asan/
asan_mac.cc 34 #include <sys/ucontext.h>
44 ucontext_t *ucontext = (ucontext_t*)context; local
46 *pc = ucontext->uc_mcontext->__ss.__rip;
47 *bp = ucontext->uc_mcontext->__ss.__rbp;
48 *sp = ucontext->uc_mcontext->__ss.__rsp;
50 *pc = ucontext->uc_mcontext->__ss.__eip;
51 *bp = ucontext->uc_mcontext->__ss.__ebp;
52 *sp = ucontext->uc_mcontext->__ss.__esp;
  /external/chromium_org/v8/src/
sampler.cc 22 // OpenBSD doesn't have <ucontext.h>. ucontext_t lives in <signal.h>
26 #include <ucontext.h>
70 typedef struct ucontext { struct
72 struct ucontext* uc_link;
82 typedef struct ucontext { struct
84 struct ucontext *uc_link;
113 typedef struct ucontext { struct
115 struct ucontext* uc_link;
131 typedef struct ucontext { struct
133 struct ucontext* uc_link
148 typedef struct ucontext { struct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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.11-4.8/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/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2218 class ucontext(Structure): class in inherits:Structure
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2218 class ucontext(Structure): class in inherits:Structure
    [all...]

Completed in 584 milliseconds

12