Home
last modified time | relevance | path

Searched refs:ElfSection (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dread_elf.h72 struct ElfSection { struct
95 virtual std::vector<ElfSection> GetSectionHeader() = 0; argument
H A Dread_elf.cpp339 std::vector<ElfSection> GetSectionHeader() override {
345 std::vector<ElfSection> sections(section_headers.size());
H A Dread_elf_test.cpp253 std::vector<ElfSection> sections = elf->GetSectionHeader(); in TEST()