Searched refs:GetSectionHeader (Results 1 – 5 of 5) sorted by relevance
95 virtual std::vector<ElfSection> GetSectionHeader() = 0;
250 TEST(read_elf, GetSectionHeader) { in TEST() argument253 std::vector<ElfSection> sections = elf->GetSectionHeader(); in TEST()
339 std::vector<ElfSection> GetSectionHeader() override { in GetSectionHeader() function in simpleperf::__anon418228490111::ElfFileImpl
798 for (const auto& section : elf_->GetSectionHeader()) { in Init()
752 for (const auto& section : elf->GetSectionHeader()) { in ParseKernelStartAddr()