Home
last modified time | relevance | path

Searched refs:RawContextCPU (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/client/linux/dump_writer_common/
Draw_context_cpu.h38 typedef MDRawContextX86 RawContextCPU; typedef
40 typedef MDRawContextAMD64 RawContextCPU;
42 typedef MDRawContextARM RawContextCPU;
44 typedef MDRawContextARM64 RawContextCPU;
46 typedef MDRawContextMIPS RawContextCPU;
Ducontext_reader.h52 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);
Dthread_info.cc65 void ThreadInfo::FillCPUContext(RawContextCPU* out) const { in FillCPUContext()
128 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
193 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
215 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
236 void ThreadInfo::FillCPUContext(RawContextCPU* out) const {
Ducontext_reader.cc51 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc, in FillCPUContext()
99 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc,
156 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc) {
195 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc,
221 void UContextReader::FillCPUContext(RawContextCPU *out, const ucontext *uc) {
Dseccomp_unwinder.h43 static void PopSeccompStackFrame(RawContextCPU* cpu,
Dthread_info.h83 void FillCPUContext(RawContextCPU* out) const;
Dseccomp_unwinder.cc39 void SeccompUnwinder::PopSeccompStackFrame(RawContextCPU* cpu, in PopSeccompStackFrame()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc52 using google_breakpad::RawContextCPU;
256 RawContextCPU cpu; in DumpCrashingThread()
257 my_memset(&cpu, 0, sizeof(RawContextCPU)); in DumpCrashingThread()
270 void DumpCPUState(RawContextCPU* cpu) { in DumpCPUState()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc97 using google_breakpad::RawContextCPU;
377 TypedMDRVA<RawContextCPU> cpu(&minidump_writer_); in WriteThreadListStream()
380 my_memset(cpu.get(), 0, sizeof(RawContextCPU)); in WriteThreadListStream()
403 TypedMDRVA<RawContextCPU> cpu(&minidump_writer_); in WriteThreadListStream()
406 my_memset(cpu.get(), 0, sizeof(RawContextCPU)); in WriteThreadListStream()