Searched refs:RawContextCPU (Results 1 – 9 of 9) sorted by relevance
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | raw_context_cpu.h | 38 typedef MDRawContextX86 RawContextCPU; typedef 40 typedef MDRawContextAMD64 RawContextCPU; 42 typedef MDRawContextARM RawContextCPU; 44 typedef MDRawContextARM64 RawContextCPU; 46 typedef MDRawContextMIPS RawContextCPU;
|
D | ucontext_reader.h | 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);
|
D | thread_info.cc | 65 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 {
|
D | ucontext_reader.cc | 51 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) {
|
D | seccomp_unwinder.h | 43 static void PopSeccompStackFrame(RawContextCPU* cpu,
|
D | thread_info.h | 83 void FillCPUContext(RawContextCPU* out) const;
|
D | seccomp_unwinder.cc | 39 void SeccompUnwinder::PopSeccompStackFrame(RawContextCPU* cpu, in PopSeccompStackFrame()
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
D | microdump_writer.cc | 52 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/ |
D | minidump_writer.cc | 97 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()
|