Home
last modified time | relevance | path

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

/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/
Dsampler.cc70 typedef struct ucontext { struct
72 struct ucontext* uc_link; argument
82 typedef struct ucontext { argument
84 struct ucontext *uc_link; argument
88 } ucontext_t; argument
113 typedef struct ucontext { struct
115 struct ucontext* uc_link; argument
131 typedef struct ucontext { argument
133 struct ucontext* uc_link; argument
148 typedef struct ucontext { argument
[all …]
/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.cc343 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
Dsanitizer_linux.cc936 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local