Searched refs:ucontext (Results 1 - 25 of 74) sorted by relevance

123

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Ducontext.h1 #include <asm-generic/ucontext.h>
/external/kernel-headers/original/uapi/asm-generic/
H A Ducontext.h4 struct ucontext { struct
6 struct ucontext *uc_link;
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Ducontext.h6 * by the fpstate pointer in the ucontext's
10 #include <asm-generic/ucontext.h>
/external/libunwind/src/ppc32/
H A DGstep.c34 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 Dunwind_i.h36 #include <sys/ucontext.h>
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Ducontext_reader.h33 #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 Ducontext_reader.cc39 // 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 Dthread_info.h33 #include <sys/ucontext.h>
/external/google-breakpad/src/common/android/include/
H A Ducontext.h36 #include <ucontext.h>
39 #include <sys/ucontext.h>
/external/strace/linux/x86_64/
H A Darch_sigreturn.c4 offsetof(struct ucontext, uc_sigmask);
/external/libunwind/src/ppc64/
H A DGstep.c34 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 Dunwind_i.h36 #include <sys/ucontext.h>
/external/google-breakpad/src/client/mac/handler/
H A Ducontext_compat.h33 #include <sys/ucontext.h>
38 // <sys/ucontext.h> doesn't include the below file.
/external/strace/linux/arm/
H A Darch_sigreturn.c9 offsetof(struct ucontext, uc_sigmask)) :
/external/strace/linux/mips/
H A Darch_sigreturn.c17 offsetof(struct ucontext, uc_sigmask);
/external/strace/linux/tile/
H A Darch_sigreturn.c1 /* offset of ucontext in the kernel's sigframe structure */
4 offsetof(struct ucontext, uc_sigmask);
/external/libunwind/src/x86_64/
H A DGos-freebsd.c29 #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 Dminidump_generator.h35 #include <ucontext.h>
/external/libunwind/src/mips/
H A Dgen-offsets.c3 #include <ucontext.h>
/external/valgrind/none/tests/s390x/
H A Dex_sig.c8 #include <ucontext.h>
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc60 #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 Dswapcontext.cc10 // 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 Dstack_changes.c3 #include <ucontext.h>
13 typedef struct ucontext mycontext;
/external/v8/src/
H A Dsampler.cc22 // 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 Dlibunwind-hppa.h33 #include <ucontext.h>

Completed in 520 milliseconds

123