Lines Matching refs:ELFProgramHeader
442 for (const ELFProgramHeader &H : program_headers) { in CalculateELFNotesSegmentsCRC32()
910 const ELFProgramHeader &H = EnumPHdr.value(); in GetBaseAddress()
1697 static Permissions GetPermissions(const ELFProgramHeader &H) { in GetPermissions()
1753 llvm::Optional<VMRange> GetAddressInfo(const ELFProgramHeader &H) { in GetAddressInfo()
1820 const ELFProgramHeader &PHdr = EnumPHdr.value(); in CreateSections()
3094 const ELFProgramHeader &ph) { in DumpELFProgramHeader()
3265 for (const elf::ELFProgramHeader &H : ProgramHeaders()) { in GetArchitecture()
3401 llvm::ArrayRef<ELFProgramHeader> ObjectFileELF::ProgramHeaders() { in ProgramHeaders()
3406 DataExtractor ObjectFileELF::GetSegmentData(const ELFProgramHeader &H) { in GetSegmentData()
3411 for (const ELFProgramHeader &H : ProgramHeaders()) { in AnySegmentHasPhysicalAddress()
3424 for (const ELFProgramHeader &H : ProgramHeaders()) { in GetLoadableData()