Searched defs:GetProgramHeader (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/common/linux/ | ||
H A D | elf_core_dump.cc | 141 const ElfCoreDump::Phdr* ElfCoreDump::GetProgramHeader(unsigned index) const { in GetProgramHeader() function in google_breakpad::ElfCoreDump |
/aosp_15_r20/system/extras/simpleperf/ | ||
H A D | read_elf.cpp | 359 std::vector<ElfSegment> GetProgramHeader() override { in GetProgramHeader() function in simpleperf::__anonba8d13f80111::ElfFileImpl |
/aosp_15_r20/art/runtime/oat/ | ||
H A D | elf_file.cc | 678 typename ElfTypes::Phdr* ElfFileImpl<ElfTypes>::GetProgramHeader(Elf_Word i) const { in GetProgramHeader() function in art::ElfFileImpl |