Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_debug_reader.h75 section_map_[std::string_view(name)] = &section; in ElfDebugReader()
79 const Elf_Shdr* gnu_debugdata = section_map_[".gnu_debugdata"]; in ElfDebugReader()
95 const Elf_Shdr* GetSection(const char* name) { return section_map_[name]; } in GetSection()
166 std::unordered_map<std::string_view, const Elf_Shdr*> section_map_; variable