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.cpp266 TEST(read_elf, GetSectionHeader) { in TEST() argument
269 std::vector<ElfSection> sections = elf->GetSectionHeader(); in TEST()
Dread_elf.cpp378 std::vector<ElfSection> GetSectionHeader() override { in GetSectionHeader() function in simpleperf::__anon4e7a6f020111::ElfFileImpl
Ddso.cpp814 for (const auto& section : elf->GetSectionHeader()) { in ParseKernelStartAddr()
DETMDecoder.cpp869 for (const auto& section : elf_->GetSectionHeader()) { in Init()