Home
last modified time | relevance | path

Searched refs:section_map (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/arch/arm/mach-omap2/
Demif-common.c1321 u32 emif1_size, emif2_size, mapped_size, section_map = 0; in dmm_init() local
1338 section_map = DMM_LISA_MAP_INTERLEAVED_BASE_VAL; in dmm_init()
1339 section_map |= 0 << EMIF_SDRC_ADDR_SHIFT; in dmm_init()
1341 section_map |= (sys_addr >> 24) << in dmm_init()
1343 section_map |= get_dmm_section_size_map(mapped_size * 2) in dmm_init()
1345 lis_map_regs_calculated.dmm_lisa_map_3 = section_map; in dmm_init()
1357 section_map = DMM_LISA_MAP_EMIF1_ONLY_BASE_VAL; in dmm_init()
1358 section_map |= get_dmm_section_size_map(emif1_size) in dmm_init()
1361 section_map |= (mapped_size >> 24) << in dmm_init()
1364 section_map |= (sys_addr >> 24) << EMIF_SYS_ADDR_SHIFT; in dmm_init()
[all …]
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_die_unittest.cc134 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/
Dmacho_reader_unittest.cc1642 SectionMap section_map; in TEST_F() local
1647 ASSERT_TRUE(reader.MapSegmentSections(segment, &section_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 …]
Ddump_syms.mm283 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, &section_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()) {
Dmacho_reader.cc528 SectionMap *section_map) const { in MapSegmentSections()
529 section_map->clear(); in MapSegmentSections()
530 SectionMapper mapper(section_map); in MapSegmentSections()
Dmacho_reader.h418 bool MapSegmentSections(const Segment &segment, SectionMap *section_map)
/external/google-breakpad/src/common/
Ddwarf_cu_to_module.cc152 DwarfCUToModule::FileContext::section_map() const { in section_map() function in google_breakpad::DwarfCUToModule::FileContext
805 const dwarf2reader::SectionMap &section_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()
Ddwarf_cu_to_module.h93 const dwarf2reader::SectionMap& section_map() const;
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc260 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/
DWinCOFFObjectWriter.cpp129 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in __anon8d2f65060111::WinCOFFObjectWriter
139 section_map SectionMap;
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp120 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in __anon81048dda0111::WinCOFFObjectWriter
131 section_map SectionMap;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWinCOFFObjectWriter.cpp134 using section_map = DenseMap<MCSection const *, COFFSection *>; typedef in __anoneb971b320111::WinCOFFObjectWriter
145 section_map SectionMap;