Searched refs:abbrev_map (Results 1 – 1 of 1) sorted by relevance
/frameworks/libs/binary_translation/tools/nogrod/ |
D | dwarf_info.cc | 75 const std::unordered_map<uint64_t, DwarfAbbrev>* abbrev_map, in ReadOneDie() argument 91 auto it = abbrev_map->find(abbrev_code); in ReadOneDie() 92 if (it == abbrev_map->end()) { in ReadOneDie() 133 ReadOneDie(context, die.get(), cu, abbrev_map, die_map, error_msg); in ReadOneDie() 198 std::unordered_map<uint64_t, DwarfAbbrev>* abbrev_map = in ReadCompilationUnit() local 201 if (abbrev_map == nullptr) { in ReadCompilationUnit() 214 ReadOneDie(context, nullptr, &cu->header(), abbrev_map, die_map, error_msg); in ReadCompilationUnit() 247 std::unordered_map<uint64_t, DwarfAbbrev> abbrev_map; in ReadAbbrev() local 296 abbrev_map[code] = std::move(abbrev); in ReadAbbrev() 299 abbrevs_[offset] = std::move(abbrev_map); in ReadAbbrev()
|