Lines Matching refs:ELFProgramHeader
547 for (const ELFProgramHeader &H : program_headers) { in CalculateELFNotesSegmentsCRC32()
1053 const ELFProgramHeader &H = EnumPHdr.value(); in GetBaseAddress()
1834 static Permissions GetPermissions(const ELFProgramHeader &H) { in GetPermissions()
1883 llvm::Optional<VMRange> GetAddressInfo(const ELFProgramHeader &H) { in GetAddressInfo()
1949 const ELFProgramHeader &PHdr = EnumPHdr.value(); in CreateSections()
3120 const ELFProgramHeader &ph) { in DumpELFProgramHeader()
3305 for (const elf::ELFProgramHeader &H : ProgramHeaders()) { in GetArchitecture()
3442 llvm::ArrayRef<ELFProgramHeader> ObjectFileELF::ProgramHeaders() { in ProgramHeaders()
3447 DataExtractor ObjectFileELF::GetSegmentData(const ELFProgramHeader &H) { in GetSegmentData()
3452 for (const ELFProgramHeader &H : ProgramHeaders()) { in AnySegmentHasPhysicalAddress()
3465 for (const ELFProgramHeader &H : ProgramHeaders()) { in GetLoadableData()