Lines Matching refs:ELFProgramHeader
459 for (const ELFProgramHeader &H : program_headers) { in CalculateELFNotesSegmentsCRC32()
927 const ELFProgramHeader &H = EnumPHdr.value(); in GetBaseAddress()
1714 static Permissions GetPermissions(const ELFProgramHeader &H) { in GetPermissions()
1770 std::optional<VMRange> GetAddressInfo(const ELFProgramHeader &H) { in GetAddressInfo()
1837 const ELFProgramHeader &PHdr = EnumPHdr.value(); in CreateSections()
3156 const ELFProgramHeader &ph) { in DumpELFProgramHeader()
3327 for (const elf::ELFProgramHeader &H : ProgramHeaders()) { in GetArchitecture()
3462 llvm::ArrayRef<ELFProgramHeader> ObjectFileELF::ProgramHeaders() { in ProgramHeaders()
3467 DataExtractor ObjectFileELF::GetSegmentData(const ELFProgramHeader &H) { in GetSegmentData()
3472 for (const ELFProgramHeader &H : ProgramHeaders()) { in AnySegmentHasPhysicalAddress()
3485 for (const ELFProgramHeader &H : ProgramHeaders()) { in GetLoadableData()