Searched refs:section_map (Results 1 – 10 of 10) sorted by relevance
/external/google-breakpad/src/common/dwarf/ |
D | dwarf2reader_die_unittest.cc | 134 section_map.clear(); in MakeSectionMap() 135 section_map[".debug_info"].first = info_contents.data(); in MakeSectionMap() 136 section_map[".debug_info"].second = info_contents.size(); in MakeSectionMap() 137 section_map[".debug_abbrev"].first = abbrevs_contents.data(); in MakeSectionMap() 138 section_map[".debug_abbrev"].second = abbrevs_contents.size(); in MakeSectionMap() 139 return section_map; in MakeSectionMap() 146 SectionMap section_map; member
|
/external/google-breakpad/src/common/mac/ |
D | macho_reader_unittest.cc | 1642 SectionMap section_map; in TEST_F() local 1647 ASSERT_TRUE(reader.MapSegmentSections(segment, §ion_map)); in TEST_F() 1649 EXPECT_FALSE(section_map.find("sixteenpreciselyandthensome") in TEST_F() 1650 != section_map.end()); in TEST_F() 1651 EXPECT_FALSE(section_map.find("mandarin") != section_map.end()); in TEST_F() 1652 ASSERT_TRUE(section_map.find("cara cara") != section_map.end()); in TEST_F() 1653 EXPECT_THAT(section_map["cara cara"], in TEST_F() 1655 ASSERT_TRUE(section_map.find("sixteenprecisely") in TEST_F() 1656 != section_map.end()); in TEST_F() 1658 EXPECT_THAT(section_map["sixteenprecisely"], in TEST_F() [all …]
|
D | dump_syms.mm | 283 file_context.section_map().find("__debug_info"); 284 assert(debug_info_entry != file_context.section_map().end()); 308 dwarf2reader::CompilationUnit dwarf_reader(file_context.section_map(), 410 mach_o::SectionMap section_map; 411 if (!reader_.MapSegmentSections(segment, §ion_map)) 418 section_map.find("__eh_frame"); 419 if (eh_frame != section_map.end()) { 429 if (!dumper_.ReadDwarf(module_, reader_, section_map, 436 = section_map.find("__debug_frame"); 437 if (debug_frame != section_map.end()) {
|
D | macho_reader.cc | 528 SectionMap *section_map) const { in MapSegmentSections() 529 section_map->clear(); in MapSegmentSections() 530 SectionMapper mapper(section_map); in MapSegmentSections()
|
D | macho_reader.h | 418 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
|
/external/google-breakpad/src/common/ |
D | dwarf_cu_to_module.cc | 152 DwarfCUToModule::FileContext::section_map() const { in section_map() function in google_breakpad::DwarfCUToModule::FileContext 805 const dwarf2reader::SectionMap §ion_map in ReadSourceLines() local 806 = cu_context_->file_context->section_map(); in ReadSourceLines() 808 = section_map.find(".debug_line"); in ReadSourceLines() 811 if (map_entry == section_map.end()) in ReadSourceLines() 812 map_entry = section_map.find("__debug_line"); in ReadSourceLines() 813 if (map_entry == section_map.end()) { in ReadSourceLines()
|
D | dwarf_cu_to_module.h | 93 const dwarf2reader::SectionMap& section_map() const;
|
/external/google-breakpad/src/common/linux/ |
D | dump_symbols.cc | 260 file_context.section_map().find(".debug_info"); in LoadDwarf() 261 assert(debug_info_entry != file_context.section_map().end()); in LoadDwarf() 276 dwarf2reader::CompilationUnit reader(file_context.section_map(), in LoadDwarf()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 129 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in __anon506a093d0111::WinCOFFObjectWriter 139 section_map SectionMap;
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 120 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in __anon06e85d110111::WinCOFFObjectWriter 131 section_map SectionMap;
|