Searched refs:MDLocationDescriptor (Results 1 – 15 of 15) sorted by relevance
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.h | 144 MDLocationDescriptor *register_location); 156 MDLocationDescriptor *register_location); 163 MDLocationDescriptor *register_location); 170 MDLocationDescriptor *register_location); 175 MDLocationDescriptor *register_location); 182 MDLocationDescriptor *register_location); 187 MDLocationDescriptor *register_location);
|
D | minidump_generator.cc | 394 MDLocationDescriptor *register_location) { in WriteContext() 468 MDLocationDescriptor *register_location) in WriteContextARM() 526 MDLocationDescriptor *register_location) in WriteContextARM64() 617 MDLocationDescriptor *register_location) in WriteContextPPC() 684 MDLocationDescriptor *register_location) { in WriteContextPPC64() 786 MDLocationDescriptor *register_location) in WriteContextX86() 827 MDLocationDescriptor *register_location) { in WriteContextX86_64() 1260 MDLocationDescriptor build_string_loc; in WriteSystemInfoStream() 1285 MDLocationDescriptor string_location; in WriteModuleStream() 1352 MDLocationDescriptor string_location; in WriteModuleStream()
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer.h | 102 MDLocationDescriptor *location); 106 MDLocationDescriptor *location); 152 MDLocationDescriptor *location); 174 inline MDLocationDescriptor location() const { in location() 175 MDLocationDescriptor location = { static_cast<uint32_t>(size_), in location()
|
D | minidump_file_writer.cc | 160 MDLocationDescriptor *location) { in WriteStringCore() 194 MDLocationDescriptor *location) { in WriteString() 199 MDLocationDescriptor *location) { in WriteString()
|
D | minidump_file_writer_unittest.cc | 58 MDLocationDescriptor first_string; 59 MDLocationDescriptor second_string;
|
/external/google-breakpad/src/client/ios/handler/ |
D | ios_exception_minidump_generator.h | 60 bool WriteCrashingContext(MDLocationDescriptor *register_location); 63 bool WriteCrashingContextARM(MDLocationDescriptor *register_location); 66 bool WriteCrashingContextARM64(MDLocationDescriptor *register_location);
|
D | ios_exception_minidump_generator.mm | 79 MDLocationDescriptor *register_location) { 92 MDLocationDescriptor *register_location) { 110 MDLocationDescriptor *register_location) {
|
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 240 } MDLocationDescriptor; /* MINIDUMP_LOCATION_DESCRIPTOR */ typedef 248 MDLocationDescriptor memory; 307 MDLocationDescriptor location; 365 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ 388 MDLocationDescriptor cv_record; 393 MDLocationDescriptor misc_record; 545 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump_memory_range.h | 67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange()
|
D | minidump_memory_range_unittest.cc | 174 MDLocationDescriptor location; in TEST()
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 583 MDLocationDescriptor ld; in FillRawModule() 754 MDLocationDescriptor location; in WriteDSODebugStream() 1124 bool WriteFile(MDLocationDescriptor* result, const char* filename) { in WriteFile() 1227 MDLocationDescriptor location; in WriteOSInformation() 1235 bool WriteProcFile(MDLocationDescriptor* result, pid_t pid, in WriteProcFile() 1254 MDLocationDescriptor crashing_thread_context_;
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 372 MDLocationDescriptor location; in WriteOSInformation() 507 MDLocationDescriptor loc; in ModuleInfoCallback()
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 2802 … google_breakpad::MinidumpFileWriter::WriteString(char const*, unsigned int, MDLocationDescriptor*) 2804 …ogle_breakpad::MinidumpFileWriter::WriteString(wchar_t const*, unsigned int, MDLocationDescriptor*) 2809 …eakpad::MinidumpFileWriter::WriteStringCore<char>(char const*, unsigned int, MDLocationDescriptor*) 2854 …::MinidumpFileWriter::WriteStringCore<wchar_t>(wchar_t const*, unsigned int, MDLocationDescriptor*)
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 2889 … google_breakpad::MinidumpFileWriter::WriteString(char const*, unsigned int, MDLocationDescriptor*) 2891 …ogle_breakpad::MinidumpFileWriter::WriteString(wchar_t const*, unsigned int, MDLocationDescriptor*) 2896 …eakpad::MinidumpFileWriter::WriteStringCore<char>(char const*, unsigned int, MDLocationDescriptor*) 2941 …::MinidumpFileWriter::WriteStringCore<wchar_t>(wchar_t const*, unsigned int, MDLocationDescriptor*)
|
/external/google-breakpad/src/processor/ |
D | minidump.cc | 181 static inline void Swap(MDLocationDescriptor* location_descriptor) { in Swap()
|