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

1 2

  /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/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 */
signal.h 353 # include <sys/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/compiler-rt/lib/asan/
asan_linux.cc 34 // FIXME: where to get ucontext on Android?
35 #include <sys/ucontext.h>
56 ucontext_t *ucontext = (ucontext_t*)context;
57 *pc = ucontext->uc_mcontext.arm_pc;
58 *bp = ucontext->uc_mcontext.arm_fp;
59 *sp = ucontext->uc_mcontext.arm_sp;
61 ucontext_t *ucontext = (ucontext_t*)context;
62 *pc = ucontext->uc_mcontext.gregs[REG_RIP];
63 *bp = ucontext->uc_mcontext.gregs[REG_RBP];
64 *sp = ucontext->uc_mcontext.gregs[REG_RSP]
    [all...]
asan_mac.cc 31 #include <sys/ucontext.h>
41 ucontext_t *ucontext = (ucontext_t*)context; local
43 *pc = ucontext->uc_mcontext->__ss.__rip;
44 *bp = ucontext->uc_mcontext->__ss.__rbp;
45 *sp = ucontext->uc_mcontext->__ss.__rsp;
47 *pc = ucontext->uc_mcontext->__ss.__eip;
48 *bp = ucontext->uc_mcontext->__ss.__ebp;
49 *sp = ucontext->uc_mcontext->__ss.__esp;
  /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>
  /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/qemu/target-i386/
kvm-gs-restore.c 65 static void temp_sig_sigaction(int signum, siginfo_t *info, void *ucontext)
77 o_sigact[signum].old_sigaction(signum, info, ucontext);
  /external/valgrind/main/none/tests/x86-linux/
sigcontext.c 6 #include <sys/ucontext.h>
  /external/qemu/
cpu-exec.c 39 #include <sys/ucontext.h>
72 struct ucontext *uc = puc;
853 # include <sys/ucontext.h>
860 # include <ucontext.h>
867 # include <ucontext.h>
    [all...]
  /system/core/libcorkscrew/arch-x86/
backtrace-x86.c 38 typedef struct ucontext { struct
40 struct ucontext* uc_link;
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 117 struct vki_ucontext ucontext; member in struct:rt_sigframe
245 //:: /* ptr to ucontext */
251 //:: struct vki_ucontext uContext;
649 //.. frame->puContext = (Addr)&frame->uContext;
657 //.. synth_ucontext(tst->tid, siginfo, mask, &frame->uContext, &frame->fpstate);
713 struct vki_ucontext *ucp = &frame->ucontext;
721 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame ucontext",
729 VG_TRACK( pre_mem_write, Vg_CoreSignal, tid, "signal frame ucontext",
872 //.. restore_sigcontext(tst, &frame->uContext.uc_mcontext, &frame->fpstate);
904 mc = &frame->ucontext.uc_mcontext
    [all...]
  /external/v8/src/
platform-linux.cc 955 typedef struct ucontext { struct in namespace:v8::internal
957 struct ucontext* uc_link;
988 typedef struct ucontext { struct in namespace:v8::internal
990 struct ucontext* uc_link;
1007 typedef struct ucontext { struct in namespace:v8::internal
1009 struct ucontext* uc_link;
1049 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); local
1050 mcontext_t& mcontext = ucontext->uc_mcontext;
    [all...]
platform-openbsd.cc 753 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); local
755 mcontext_t& mcontext = ucontext->uc_mcontext;
767 sample->pc = reinterpret_cast<Address>(ucontext->sc_eip);
768 sample->sp = reinterpret_cast<Address>(ucontext->sc_esp);
769 sample->fp = reinterpret_cast<Address>(ucontext->sc_ebp);
771 sample->pc = reinterpret_cast<Address>(ucontext->sc_rip);
772 sample->sp = reinterpret_cast<Address>(ucontext->sc_rsp);
773 sample->fp = reinterpret_cast<Address>(ucontext->sc_rbp);
platform-solaris.cc 38 #include <ucontext.h> // walkstack(), getcontext()
691 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); local
692 mcontext_t& mcontext = ucontext->uc_mcontext;
  /system/core/libcorkscrew/arch-arm/
backtrace-arm.c 66 typedef struct ucontext { struct
68 struct ucontext* uc_link;

Completed in 777 milliseconds

1 2