Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/asm-arm64/asm/
Ducontext.h22 struct ucontext { struct
24 struct ucontext *uc_link; argument
25 stack_t uc_stack;
26 sigset_t uc_sigmask;
28 __u8 __unused[1024 / 8 - sizeof(sigset_t)];
30 struct sigcontext uc_mcontext;
/external/kernel-headers/original/uapi/asm-generic/
Ducontext.h5 struct ucontext { struct
7 struct ucontext *uc_link; argument
8 stack_t uc_stack;
9 struct sigcontext uc_mcontext;
10 sigset_t uc_sigmask; /* mask last for extensibility */
/external/kernel-headers/original/uapi/asm-mips/asm/
Ducontext.h54 struct ucontext { struct
57 struct ucontext *uc_link; argument
62 /* Extended context structures may follow ucontext */ argument
63 unsigned long long uc_extcontext[0];
/external/v8/src/libsampler/
Dsampler.cc87 typedef struct ucontext { struct
89 struct ucontext* uc_link; argument
99 typedef struct ucontext { struct
101 struct ucontext *uc_link; argument
105 } ucontext_t; argument
130 typedef struct ucontext { struct
132 struct ucontext* uc_link; argument
148 typedef struct ucontext { struct
150 struct ucontext* uc_link; argument
165 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/strace/tests/
Dsignal_receive.c38 handler(int sig, siginfo_t *info, void *ucontext) in handler()
/external/strace/tests-m32/
Dsignal_receive.c38 handler(int sig, siginfo_t *info, void *ucontext) in handler()
/external/strace/tests-mx32/
Dsignal_receive.c38 handler(int sig, siginfo_t *info, void *ucontext) in handler()
/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/libunwind/tests/
Dtest-coredump-unwind.c207 void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv()
/external/ltp/testcases/cve/
Dmeltdown.c122 ucontext_t *ucontext = context; in sigsegv() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc518 ucontext_t *ucontext = static_cast<ucontext_t*>(context); in GetWriteFlag() local
526 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
Dsanitizer_linux.cc1266 static bool Aarch64GetESR(ucontext_t *ucontext, u64 *esr) { in Aarch64GetESR()
1283 ucontext_t *ucontext = (ucontext_t *)context; in GetWriteFlag() local
1313 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2218 class ucontext(Structure): class
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2218 class ucontext(Structure): class