/external/kernel-headers/original/uapi/asm-arm64/asm/ |
D | ucontext.h | 22 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/ |
D | ucontext.h | 5 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/ |
D | ucontext.h | 54 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/ |
D | sampler.cc | 87 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/ |
D | Gstep.c | 135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
|
/external/strace/tests/ |
D | signal_receive.c | 38 handler(int sig, siginfo_t *info, void *ucontext) in handler()
|
/external/strace/tests-m32/ |
D | signal_receive.c | 38 handler(int sig, siginfo_t *info, void *ucontext) in handler()
|
/external/strace/tests-mx32/ |
D | signal_receive.c | 38 handler(int sig, siginfo_t *info, void *ucontext) in handler()
|
/external/libunwind/src/ppc64/ |
D | Gstep.c | 136 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
|
/external/libunwind/src/x86_64/ |
D | Gos-freebsd.c | 94 unw_word_t ucontext; in unw_handle_signal_frame() local
|
/external/libunwind/tests/ |
D | test-coredump-unwind.c | 207 void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv()
|
/external/ltp/testcases/cve/ |
D | meltdown.c | 122 ucontext_t *ucontext = context; in sigsegv() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_mac.cc | 518 ucontext_t *ucontext = static_cast<ucontext_t*>(context); in GetWriteFlag() local 526 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
|
D | sanitizer_linux.cc | 1266 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/ |
D | infinite_recursion.py | 2218 class ucontext(Structure): class
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2218 class ucontext(Structure): class
|