Searched refs:section_map_ (Results 1 – 1 of 1) sorted by relevance
75 section_map_[std::string_view(name)] = §ion; 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