Searched defs:GetSectionHeader (Results 1 – 5 of 5) sorted by relevance
139 const VdexSectionHeader& GetSectionHeader(VdexSection kind) const { in GetSectionHeader() function
266 TEST(read_elf, GetSectionHeader) { in TEST() argument
377 std::vector<ElfSection> GetSectionHeader() override { in GetSectionHeader() function in simpleperf::__anonba8d13f80111::ElfFileImpl
103 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(WORD section) const { in GetSectionHeader() function in base::win::PEImage
702 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { in GetSectionHeader() function in art::ElfFileImpl