Searched refs:MDLocationDescriptor (Results 1 – 15 of 15) sorted by relevance
/external/google-breakpad/src/google_breakpad/common/ |
D | minidump_format.h | 240 } MDLocationDescriptor; /* MINIDUMP_LOCATION_DESCRIPTOR */ typedef 248 MDLocationDescriptor memory; 307 MDLocationDescriptor location; 373 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ 396 MDLocationDescriptor cv_record; 401 MDLocationDescriptor misc_record; 565 MDLocationDescriptor thread_context; /* MDRawContext[CPU] */ 1075 MDLocationDescriptor list_annotations; 1076 MDLocationDescriptor simple_annotations; /* MDRawSimpleStringDictionary */ 1081 MDLocationDescriptor location; /* MDRawModuleCrashpadInfo */ [all …]
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.h | 161 MDLocationDescriptor *register_location); 173 MDLocationDescriptor *register_location); 180 MDLocationDescriptor *register_location); 187 MDLocationDescriptor *register_location); 192 MDLocationDescriptor *register_location); 199 MDLocationDescriptor *register_location); 204 MDLocationDescriptor *register_location);
|
D | minidump_generator.cc | 414 MDLocationDescriptor *register_location) { in WriteContext() 488 MDLocationDescriptor *register_location) in WriteContextARM() 546 MDLocationDescriptor *register_location) in WriteContextARM64() 637 MDLocationDescriptor *register_location) in WriteContextPPC() 704 MDLocationDescriptor *register_location) { in WriteContextPPC64() 806 MDLocationDescriptor *register_location) in WriteContextX86() 847 MDLocationDescriptor *register_location) { in WriteContextX86_64() 1280 MDLocationDescriptor build_string_loc; in WriteSystemInfoStream() 1305 MDLocationDescriptor string_location; in WriteModuleStream() 1372 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 | 210 MDLocationDescriptor *location) { in WriteStringCore() 244 MDLocationDescriptor *location) { in WriteString() 249 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/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 | 669 MDLocationDescriptor ld; in FillRawModule() 846 MDLocationDescriptor location; in WriteDSODebugStream() 1212 bool WriteFile(MDLocationDescriptor* result, const char* filename) { in WriteFile() 1315 MDLocationDescriptor location; in WriteOSInformation() 1323 bool WriteProcFile(MDLocationDescriptor* result, pid_t pid, in WriteProcFile() 1342 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 | 167 inline void Swap(MDLocationDescriptor* location_descriptor) { in Swap()
|