/external/kernel-headers/original/uapi/asm-mips/asm/ |
H A D | ucontext.h | 1 #include <asm-generic/ucontext.h>
|
/external/kernel-headers/original/uapi/asm-generic/ |
H A D | ucontext.h | 4 struct ucontext { struct 6 struct ucontext *uc_link;
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
H A D | ucontext.h | 6 * by the fpstate pointer in the ucontext's 10 #include <asm-generic/ucontext.h>
|
/external/libunwind/src/ppc32/ |
H A D | Gstep.c | 34 our use at the user level in order to locate the ucontext record, which 130 handler was established. If it was not set, the ucontext 135 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; local 140 c->sigcontext_addr = ucontext; 142 sp_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0); 143 ip_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_LINK, 0); 163 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R0, 0); 165 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0); 167 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R2, 0); 169 DWARF_LOC (ucontext [all...] |
H A D | unwind_i.h | 36 #include <sys/ucontext.h>
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
H A D | ucontext_reader.h | 33 #include <sys/ucontext.h> 42 // Wraps platform-dependent implementations of accessors to ucontext structs. 44 static uintptr_t GetStackPointer(const struct ucontext* uc); 46 static uintptr_t GetInstructionPointer(const struct ucontext* uc); 48 // Juggle a arch-specific ucontext into a minidump format 52 static void FillCPUContext(RawContextCPU *out, const ucontext *uc, 55 static void FillCPUContext(RawContextCPU *out, const ucontext *uc, 58 static void FillCPUContext(RawContextCPU *out, const ucontext *uc);
|
H A D | ucontext_reader.cc | 39 // functions to juggle the ucontext and user structures into minidump format. 43 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) { 47 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) { 51 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc, 91 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) { 95 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) { 99 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc, 148 uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) { 152 uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) { 156 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *u [all...] |
H A D | thread_info.h | 33 #include <sys/ucontext.h>
|
/external/google-breakpad/src/common/android/include/ |
H A D | ucontext.h | 36 #include <ucontext.h> 39 #include <sys/ucontext.h>
|
/external/strace/linux/x86_64/ |
H A D | arch_sigreturn.c | 4 offsetof(struct ucontext, uc_sigmask);
|
/external/libunwind/src/ppc64/ |
H A D | Gstep.c | 34 our use at the user level in order to locate the ucontext record, which 131 handler was established. If it was not set, the ucontext 136 unw_word_t ucontext = c->dwarf.cfa + __SIGNAL_FRAMESIZE; local 141 c->sigcontext_addr = ucontext; 143 sp_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0); 144 ip_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_NIP, 0); 164 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R0, 0); 166 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R1, 0); 168 DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_R2, 0); 170 DWARF_LOC (ucontext [all...] |
H A D | unwind_i.h | 36 #include <sys/ucontext.h>
|
/external/google-breakpad/src/client/mac/handler/ |
H A D | ucontext_compat.h | 33 #include <sys/ucontext.h> 38 // <sys/ucontext.h> doesn't include the below file.
|
/external/strace/linux/arm/ |
H A D | arch_sigreturn.c | 9 offsetof(struct ucontext, uc_sigmask)) :
|
/external/strace/linux/mips/ |
H A D | arch_sigreturn.c | 17 offsetof(struct ucontext, uc_sigmask);
|
/external/strace/linux/tile/ |
H A D | arch_sigreturn.c | 1 /* offset of ucontext in the kernel's sigframe structure */ 4 offsetof(struct ucontext, uc_sigmask);
|
/external/libunwind/src/x86_64/ |
H A D | Gos-freebsd.c | 29 #include <sys/ucontext.h> 94 unw_word_t ucontext; local 99 ucontext = c->dwarf.cfa + offsetof(struct sigframe, sf_uc); 103 struct dwarf_loc rsp_loc = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RSP, 0); 111 c->dwarf.loc[RAX] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RAX, 0); 112 c->dwarf.loc[RDX] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RDX, 0); 113 c->dwarf.loc[RCX] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RCX, 0); 114 c->dwarf.loc[RBX] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RBX, 0); 115 c->dwarf.loc[RSI] = DWARF_LOC (ucontext + UC_MCONTEXT_GREGS_RSI, 0); 116 c->dwarf.loc[RDI] = DWARF_LOC (ucontext [all...] |
/external/google-breakpad/src/client/solaris/handler/ |
H A D | minidump_generator.h | 35 #include <ucontext.h>
|
/external/libunwind/src/mips/ |
H A D | gen-offsets.c | 3 #include <ucontext.h>
|
/external/valgrind/none/tests/s390x/ |
H A D | ex_sig.c | 8 #include <ucontext.h>
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cc | 60 #include <ucontext.h> 936 ucontext_t *ucontext = (ucontext_t*)context; local 937 *pc = ucontext->uc_mcontext.arm_pc; 938 *bp = ucontext->uc_mcontext.arm_fp; 939 *sp = ucontext->uc_mcontext.arm_sp; 941 ucontext_t *ucontext = (ucontext_t*)context; 942 *pc = ucontext->uc_mcontext.pc; 943 *bp = ucontext->uc_mcontext.regs[29]; 944 *sp = ucontext->uc_mcontext.sp; 946 ucontext_t *ucontext [all...] |
/external/compiler-rt/test/lsan/TestCases/ |
H A D | swapcontext.cc | 10 // Note: ucontext.h is deprecated on OSX, so this test may stop working 11 // someday. We define _XOPEN_SOURCE to keep using ucontext.h for now. 14 #include <ucontext.h>
|
/external/valgrind/memcheck/tests/linux/ |
H A D | stack_changes.c | 3 #include <ucontext.h> 13 typedef struct ucontext mycontext;
|
/external/v8/src/ |
H A D | sampler.cc | 22 // OpenBSD doesn't have <ucontext.h>. ucontext_t lives in <signal.h> 26 #include <ucontext.h> 70 typedef struct ucontext { struct 72 struct ucontext* uc_link; 82 typedef struct ucontext { struct 84 struct ucontext *uc_link; 113 typedef struct ucontext { struct 115 struct ucontext* uc_link; 131 typedef struct ucontext { struct 133 struct ucontext* uc_lin 148 typedef struct ucontext { struct [all...] |
/external/libunwind/include/ |
H A D | libunwind-hppa.h | 33 #include <ucontext.h>
|