/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/google-breakpad/src/common/mac/ |
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()) [all...] |
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)
|
/system/extras/simpleperf/ |
record_file_reader.cpp | 184 const std::map<int, SectionDesc>& section_map = FeatureSectionDescriptors(); local 185 auto it = section_map.find(feature); 186 if (it == section_map.end()) {
|
cmd_dumprecord.cpp | 189 std::map<int, SectionDesc> section_map = record_file_reader_->FeatureSectionDescriptors(); local 190 for (const auto& pair : 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 §ion_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/llvm/lib/MC/ |
WinCOFFObjectWriter.cpp | 121 typedef DenseMap<MCSection const *, COFFSection *> section_map; typedef in class:__anon18901::WinCOFFObjectWriter 132 section_map SectionMap; [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
docs.js | [all...] |