/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/v8/src/profiler/ |
D | sampler.cc | 68 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/ |
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 | 472 ucontext_t *ucontext = (ucontext_t*)context; in GetPcSpBp() local
|
D | sanitizer_linux.cc | 1152 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
|