HomeSort by relevance Sort by last modified time
    Searched refs:section_map (Results 1 - 11 of 11) sorted by null

  /external/google-breakpad/src/common/dwarf/
dwarf2reader_die_unittest.cc 134 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/u-boot/arch/arm/mach-omap2/
emif-common.c 1321 u32 emif1_size, emif2_size, mapped_size, section_map = 0; local
    [all...]
  /external/google-breakpad/src/common/mac/
macho_reader_unittest.cc 1642 SectionMap section_map; local
    [all...]
macho_reader.cc 528 SectionMap *section_map) const {
529 section_map->clear();
530 SectionMapper mapper(section_map);
macho_reader.h 414 // 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/
dwarf_cu_to_module.cc 152 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()) {
    [all...]
dwarf_cu_to_module.h 93 const dwarf2reader::SectionMap& section_map() const;
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 260 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(),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFObjectWriter.cpp 129 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in class:__anon40646::WinCOFFObjectWriter
139 section_map SectionMap;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 120 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in class:__anon31163::WinCOFFObjectWriter
131 section_map SectionMap;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
WinCOFFObjectWriter.cpp 134 using section_map = DenseMap<MCSection const *, COFFSection *>;
145 section_map SectionMap;
    [all...]

Completed in 1232 milliseconds