Searched refs:section_map (Results 1 - 9 of 9) sorted by relevance

/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_die_unittest.cc134 section_map.clear();
135 section_map[".debug_info"].first = info_contents.data();
136 section_map[".debug_info"].second = info_contents.size();
137 section_map[".debug_abbrev"].first = abbrevs_contents.data();
138 section_map[".debug_abbrev"].second = abbrevs_contents.size();
139 return section_map;
146 SectionMap section_map; member in struct:DIEFixture
/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc1646 SectionMap section_map;
1651 ASSERT_TRUE(reader.MapSegmentSections(segment, &section_map));
1653 EXPECT_FALSE(section_map.find("sixteenpreciselyandthensome")
1654 != section_map.end());
1655 EXPECT_FALSE(section_map.find("mandarin") != section_map.end());
1656 ASSERT_TRUE(section_map.find("cara cara") != section_map.end());
1657 EXPECT_THAT(section_map["cara cara"],
1659 ASSERT_TRUE(section_map
1642 SectionMap section_map; local
[all...]
H A Dmacho_reader.cc528 SectionMap *section_map) const {
529 section_map->clear();
530 SectionMapper mapper(section_map);
H A Dmacho_reader.h414 // Clear |section_map| and then populate it with a map of the sections
418 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
/external/google-breakpad/src/common/
H A Ddwarf_cu_to_module.cc152 DwarfCUToModule::FileContext::section_map() const { function in class:google_breakpad::DwarfCUToModule::FileContext
805 const dwarf2reader::SectionMap &section_map local
806 = cu_context_->file_context->section_map();
808 = section_map.find(".debug_line");
811 if (map_entry == section_map.end())
812 map_entry = section_map.find("__debug_line");
813 if (map_entry == section_map.end()) {
H A Ddwarf_cu_to_module.h93 const dwarf2reader::SectionMap& section_map() const;
/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc260 file_context.section_map().find(".debug_info");
261 assert(debug_info_entry != file_context.section_map().end());
276 dwarf2reader::CompilationUnit reader(file_context.section_map(),
/external/swiftshader/third_party/LLVM/lib/MC/
H A DWinCOFFObjectWriter.cpp129 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in class:__anon22757::WinCOFFObjectWriter
139 section_map SectionMap;
/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp120 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in class:__anon14099::WinCOFFObjectWriter
131 section_map SectionMap;

Completed in 257 milliseconds