Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dread_elf.h95 virtual std::vector<ElfSection> GetSectionHeader() = 0;
Dread_elf_test.cpp250 TEST(read_elf, GetSectionHeader) { in TEST() argument
253 std::vector<ElfSection> sections = elf->GetSectionHeader(); in TEST()
Dread_elf.cpp339 std::vector<ElfSection> GetSectionHeader() override { in GetSectionHeader() function in simpleperf::__anon418228490111::ElfFileImpl
DETMDecoder.cpp798 for (const auto& section : elf_->GetSectionHeader()) { in Init()
Ddso.cpp752 for (const auto& section : elf->GetSectionHeader()) { in ParseKernelStartAddr()