Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h144 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);
Dminidump_generator.cc394 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/
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.cc160 MDLocationDescriptor *location) { in WriteStringCore()
194 MDLocationDescriptor *location) { in WriteString()
199 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/google_breakpad/common/
Dminidump_format.h240 } 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/
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.cc583 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/
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.cc181 static inline void Swap(MDLocationDescriptor* location_descriptor) { in Swap()