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

1 2 3

  /bionic/libc/kernel/arch-mips/asm/
ucontext.h 19 #include <asm-generic/ucontext.h>
  /external/kernel-headers/original/asm-mips/
ucontext.h 1 #include <asm-generic/ucontext.h>
  /bionic/libc/kernel/common/asm-generic/
ucontext.h 21 struct ucontext { struct
24 struct ucontext *uc_link;
  /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;
  /bionic/libc/kernel/arch-x86/asm/
ucontext.h 22 #include <asm-generic/ucontext.h>
  /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...]
  /bionic/libc/kernel/arch-arm/asm/
ucontext.h 22 struct ucontext { struct
25 struct ucontext *uc_link;
  /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>
  /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;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.h 94 void* ucontext, void* callback_arg);
getpc.h 59 #include <sys/ucontext.h>
61 #include <ucontext.h> // for ucontext_t (and also mcontext_t)
64 typedef ucontext ucontext_t;
108 // The dereferences needed to get the PC from a struct ucontext were
181 // Bionic doesn't export ucontext, see
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.h 94 void* ucontext, void* callback_arg);
getpc.h 59 #include <sys/ucontext.h>
61 #include <ucontext.h> // for ucontext_t (and also mcontext_t)
64 typedef ucontext ucontext_t;
106 // The dereferences needed to get the PC from a struct ucontext were
  /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 */
  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 3 #include <ucontext.h>
13 typedef struct ucontext mycontext;
  /external/valgrind/main/memcheck/tests/amd64-linux/
int3-amd64.c 7 #include <sys/ucontext.h>
  /external/valgrind/main/memcheck/tests/x86-linux/
int3-x86.c 7 #include <sys/ucontext.h>

Completed in 995 milliseconds

1 2 3