Home
last modified time | relevance | path

Searched defs:ucontext (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/sandbox/linux/services/
Dandroid_arm_ucontext.h15 typedef struct ucontext { struct
17 struct ucontext *uc_link; argument
29 #include <sys/ucontext.h> argument
Dandroid_i386_ucontext.h66 typedef struct ucontext { struct
68 struct ucontext* uc_link; argument
76 #include <sys/ucontext.h> argument
/external/kernel-headers/original/asm-generic/
Ducontext.h4 struct ucontext { struct
6 struct ucontext *uc_link; argument
7 stack_t uc_stack;
8 struct sigcontext uc_mcontext;
9 sigset_t uc_sigmask; /* mask last for extensibility */
/external/kernel-headers/original/asm-arm/
Ducontext.h16 struct ucontext { struct
18 struct ucontext *uc_link; argument
19 stack_t uc_stack;
20 struct sigcontext uc_mcontext;
21 sigset_t uc_sigmask;
23 int __unused[32 - (sizeof (sigset_t) / sizeof (int))];
26 unsigned long uc_regspace[128] __attribute__((__aligned__(8)));
/external/chromium_org/v8/src/
Dsampler.cc88 typedef struct ucontext { struct
90 struct ucontext* uc_link; argument
94 } ucontext_t; argument
119 typedef struct ucontext { struct
121 struct ucontext* uc_link; argument
137 typedef struct ucontext { struct
139 struct ucontext* uc_link; argument
143 } ucontext_t; argument
/external/v8/src/
Dplatform-linux.cc950 typedef struct ucontext { struct
951 uint32_t uc_flags;
952 struct ucontext* uc_link;
953 stack_t uc_stack;
954 mcontext_t uc_mcontext;
955 __sigset_t uc_sigmask;
983 typedef struct ucontext { struct
984 uint32_t uc_flags;
985 struct ucontext* uc_link;
986 stack_t uc_stack;
[all …]
Dplatform-freebsd.cc699 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local
Dplatform-solaris.cc691 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local
Dplatform-openbsd.cc753 ucontext_t* ucontext = reinterpret_cast<ucontext_t*>(context); in ProfilerSignalHandler() local
/external/qemu/target-i386/
Dkvm-gs-restore.c65 static void temp_sig_sigaction(int signum, siginfo_t *info, void *ucontext) in temp_sig_sigaction()
/external/valgrind/main/coregrind/m_sigframe/
Dsigframe-ppc32-linux.c117 struct vki_ucontext ucontext; member
/external/compiler-rt/lib/asan/
Dasan_mac.cc44 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dprofile-handler.cc488 void ProfileHandler::SignalHandler(int sig, siginfo_t* sinfo, void* ucontext) { in SignalHandler()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dprofile-handler.cc488 void ProfileHandler::SignalHandler(int sig, siginfo_t* sinfo, void* ucontext) { in SignalHandler()