Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dvdex_file.h139 const VdexSectionHeader& GetSectionHeader(VdexSection kind) const { in GetSectionHeader() function
/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf_test.cpp266 TEST(read_elf, GetSectionHeader) { in TEST() argument
H A Dread_elf.cpp377 std::vector<ElfSection> GetSectionHeader() override { in GetSectionHeader() function in simpleperf::__anonba8d13f80111::ElfFileImpl
/aosp_15_r20/external/cronet/base/win/
H A Dpe_image.cc103 PIMAGE_SECTION_HEADER PEImage::GetSectionHeader(WORD section) const { in GetSectionHeader() function in base::win::PEImage
/aosp_15_r20/art/runtime/oat/
H A Delf_file.cc702 typename ElfTypes::Shdr* ElfFileImpl<ElfTypes>::GetSectionHeader(Elf_Word i) const { in GetSectionHeader() function in art::ElfFileImpl