Home
last modified time | relevance | path

Searched defs:GetProgramHeader (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Delf_core_dump.cc141 const ElfCoreDump::Phdr* ElfCoreDump::GetProgramHeader(unsigned index) const { in GetProgramHeader() function in google_breakpad::ElfCoreDump
/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf.cpp359 std::vector<ElfSegment> GetProgramHeader() override { in GetProgramHeader() function in simpleperf::__anonba8d13f80111::ElfFileImpl
/aosp_15_r20/art/runtime/oat/
H A Delf_file.cc678 typename ElfTypes::Phdr* ElfFileImpl<ElfTypes>::GetProgramHeader(Elf_Word i) const { in GetProgramHeader() function in art::ElfFileImpl