| /external/kernel-headers/original/uapi/asm-arm64/asm/ |
| D | ucontext.h | 21 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/ |
| D | ucontext.h | 4 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/uapi/asm-mips/asm/ |
| D | ucontext.h | 53 struct ucontext { struct 56 struct ucontext *uc_link; argument 61 /* Extended context structures may follow ucontext */ argument 62 unsigned long long uc_extcontext[0];
|
| /external/v8/src/libsampler/ |
| D | sampler.cc | 65 typedef struct ucontext { struct 67 struct ucontext* uc_link; argument 77 typedef struct ucontext { argument 79 struct ucontext *uc_link; argument 83 } ucontext_t; argument 108 typedef struct ucontext { struct 110 struct ucontext* uc_link; argument 126 typedef struct ucontext { struct 128 struct ucontext* uc_link; argument 143 typedef struct ucontext { argument [all …]
|
| /external/libchrome/sandbox/linux/system_headers/ |
| D | arm_linux_ucontext.h | 52 typedef struct ucontext { struct 54 struct ucontext* uc_link; argument 66 #include <sys/ucontext.h> argument
|
| D | mips_linux_ucontext.h | 40 typedef struct ucontext { struct 42 struct ucontext* uc_link; argument 50 #include <sys/ucontext.h> argument
|
| D | i386_linux_ucontext.h | 78 typedef struct ucontext { struct 80 struct ucontext* uc_link; argument 93 #include <sys/ucontext.h> argument
|
| D | x86_64_linux_ucontext.h | 77 typedef struct ucontext { struct 79 struct ucontext* uc_link; argument 87 #include <sys/ucontext.h> argument
|
| /external/valgrind/memcheck/tests/solaris/ |
| D | spawn.c | 16 static void sigchld_handler(int sig, siginfo_t *sip, void *ucontext) { in sigchld_handler()
|
| D | thr_daemon_exit_standalone.c | 145 ucontext_t ucontext; in lwp_create() local
|
| /external/libunwind/src/ppc32/ |
| D | Gstep.c | 135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; in unw_step() local
|
| /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/valgrind/coregrind/m_sigframe/ |
| D | sigframe-ppc32-linux.c | 116 struct vki_ucontext ucontext; member
|
| /external/libunwind/tests/ |
| D | test-coredump-unwind.c | 207 void handle_sigsegv(int sig, siginfo_t *info, void *ucontext) in handle_sigsegv()
|
| /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/valgrind/include/vki/ |
| D | vki-solaris.h | 1623 vki_ucontext_t ucontext; member 1633 vki_ucontext_t ucontext; member
|