Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-arm64/asm/
Ducontext.h21 struct ucontext { struct
23 struct ucontext *uc_link; argument
24 stack_t uc_stack;
25 sigset_t uc_sigmask;
27 __u8 __unused[1024 / 8 - sizeof(sigset_t)];
29 struct sigcontext uc_mcontext;
/external/kernel-headers/original/uapi/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/v8/src/profiler/
Dsampler.cc68 typedef struct ucontext { struct
70 struct ucontext* uc_link; argument
80 typedef struct ucontext { argument
82 struct ucontext *uc_link; argument
86 } ucontext_t; argument
111 typedef struct ucontext { struct
113 struct ucontext* uc_link; argument
129 typedef struct ucontext { argument
131 struct ucontext* uc_link; argument
146 typedef struct ucontext { argument
[all …]
/external/libchrome/sandbox/linux/system_headers/
Darm_linux_ucontext.h52 typedef struct ucontext { struct
54 struct ucontext* uc_link; argument
66 #include <sys/ucontext.h> argument
Dmips_linux_ucontext.h40 typedef struct ucontext { struct
42 struct ucontext* uc_link; argument
50 #include <sys/ucontext.h> argument
Di386_linux_ucontext.h78 typedef struct ucontext { struct
80 struct ucontext* uc_link; argument
93 #include <sys/ucontext.h> argument
Dx86_64_linux_ucontext.h77 typedef struct ucontext { struct
79 struct ucontext* uc_link; argument
87 #include <sys/ucontext.h> argument
/external/valgrind/memcheck/tests/solaris/
Dspawn.c16 static void sigchld_handler(int sig, siginfo_t *sip, void *ucontext) { in sigchld_handler()
Dthr_daemon_exit_standalone.c145 ucontext_t ucontext; in lwp_create() local
/external/libunwind/src/ppc32/
DGstep.c135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
/external/libunwind/src/ppc64/
DGstep.c136 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
/external/libunwind/src/x86_64/
DGos-freebsd.c94 unw_word_t ucontext; in unw_handle_signal_frame() local
/external/valgrind/coregrind/m_sigframe/
Dsigframe-ppc32-linux.c116 struct vki_ucontext ucontext; member
/external/libunwind/tests/
Dtest-coredump-unwind.c207 void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc472 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
Dsanitizer_linux.cc1152 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
/external/valgrind/include/vki/
Dvki-solaris.h1623 vki_ucontext_t ucontext; member
1633 vki_ucontext_t ucontext; member