Home
last modified time | relevance | path

Searched refs:MDLocationDescriptor (Results 1 – 15 of 15) sorted by relevance

/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h240 } 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/
Dminidump_generator.h161 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);
Dminidump_generator.cc414 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/
Dminidump_file_writer.h102 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()
Dminidump_file_writer.cc210 MDLocationDescriptor *location) { in WriteStringCore()
244 MDLocationDescriptor *location) { in WriteString()
249 MDLocationDescriptor *location) { in WriteString()
Dminidump_file_writer_unittest.cc58 MDLocationDescriptor first_string;
59 MDLocationDescriptor second_string;
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.h60 bool WriteCrashingContext(MDLocationDescriptor *register_location);
63 bool WriteCrashingContextARM(MDLocationDescriptor *register_location);
66 bool WriteCrashingContextARM64(MDLocationDescriptor *register_location);
Dios_exception_minidump_generator.mm79 MDLocationDescriptor *register_location) {
92 MDLocationDescriptor *register_location) {
110 MDLocationDescriptor *register_location) {
/external/google-breakpad/src/tools/linux/md2core/
Dminidump_memory_range.h67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange()
Dminidump_memory_range_unittest.cc174 MDLocationDescriptor location; in TEST()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc669 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/
Dminidump_generator.cc372 MDLocationDescriptor location; in WriteOSInformation()
507 MDLocationDescriptor loc; in ModuleInfoCallback()
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym2802 … 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/
Doverflow.sym2889 … 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/
Dminidump.cc167 inline void Swap(MDLocationDescriptor* location_descriptor) { in Swap()