Searched refs:ReadSection (Results 1 – 2 of 2) sorted by relevance
102 virtual ElfStatus ReadSection(const std::string& section_name, std::string* content) = 0;
398 ElfStatus result = ReadSection(".gnu_debugdata", &debugdata); in ParseSymbols()421 ElfStatus ReadSection(const std::string& section_name, std::string* content) override { in ReadSection() function in simpleperf::__anon418228490111::ElfFileImpl