Searched refs:Subrange (Results 1 – 9 of 9) sorted by relevance
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump_memory_range.h | 59 MinidumpMemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function 67 MinidumpMemoryRange Subrange(const MDLocationDescriptor& location) const { in Subrange() function 68 return MinidumpMemoryRange::Subrange(location.rva, location.data_size); in Subrange()
|
D | minidump-2-core.cc | 414 full_file.Subrange(rawthread->stack.memory); in ParseThreadList() 419 full_file.Subrange(rawthread->thread_context)); in ParseThreadList() 1029 ParseSystemInfo(&crashinfo, dump.Subrange(dirent->location), dump); in main() 1046 ParseThreadList(&crashinfo, dump.Subrange(dirent->location), dump); in main() 1049 ParseCPUInfo(&crashinfo, dump.Subrange(dirent->location)); in main() 1052 ParseProcessStatus(&crashinfo, dump.Subrange(dirent->location)); in main() 1055 ParseLSBRelease(&crashinfo, dump.Subrange(dirent->location)); in main() 1058 ParseEnvironment(&crashinfo, dump.Subrange(dirent->location)); in main() 1061 ParseMaps(&crashinfo, dump.Subrange(dirent->location)); in main() 1064 ParseAuxVector(&crashinfo, dump.Subrange(dirent->location)); in main() [all …]
|
D | minidump_memory_range_unittest.cc | 135 MinidumpMemoryRange subrange = range.Subrange(0, 10); in TEST() 149 MinidumpMemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST() 177 MinidumpMemoryRange subrange = range.Subrange(location); in TEST()
|
/external/google-breakpad/src/common/linux/ |
D | elf_core_dump.cc | 63 return content_.Subrange(sizeof(Nhdr), header->n_namesz); in GetName() 71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription() 84 content_.Subrange(next_offset, content_.length() - next_offset); in GetNextNote() 173 note_content = content_.Subrange(program_header->p_offset, in GetFirstNote()
|
/external/google-breakpad/src/common/ |
D | memory_range_unittest.cc | 134 MemoryRange subrange = range.Subrange(0, 10); in TEST() 148 MemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST()
|
D | memory_range.h | 124 MemoryRange Subrange(size_t sub_offset, size_t sub_length) const { in Subrange() function
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1016 const DISubrange *Subrange = cast<DISubrange>(Element); in lowerTypeArray() local 1017 assert(Subrange->getLowerBound() == 0 && in lowerTypeArray() 1019 int64_t Count = Subrange->getCount(); in lowerTypeArray()
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 19967 FUNC 3699c 26 0 google_breakpad::MemoryRange::Subrange 19978 FUNC 3699c 26 0 google_breakpad::MinidumpMemoryRange::Subrange
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 21258 FUNC 51a68 3c 0 google_breakpad::MinidumpMemoryRange::Subrange 32998 FUNC 6bf0c 3c 0 google_breakpad::MemoryRange::Subrange
|