Searched refs:ElfSection (Results 1 – 3 of 3) sorted by relevance
72 struct ElfSection { struct95 virtual std::vector<ElfSection> GetSectionHeader() = 0; argument
339 std::vector<ElfSection> GetSectionHeader() override {345 std::vector<ElfSection> sections(section_headers.size());
253 std::vector<ElfSection> sections = elf->GetSectionHeader(); in TEST()