Lines Matching refs:ELFProgramHeader
430 for (const ELFProgramHeader &H : program_headers) { in CalculateELFNotesSegmentsCRC32()
904 const ELFProgramHeader &H = EnumPHdr.value(); in GetBaseAddress()
1667 static Permissions GetPermissions(const ELFProgramHeader &H) { in GetPermissions()
1723 llvm::Optional<VMRange> GetAddressInfo(const ELFProgramHeader &H) { in GetAddressInfo()
1790 const ELFProgramHeader &PHdr = EnumPHdr.value(); in CreateSections()
3082 const ELFProgramHeader &ph) { in DumpELFProgramHeader()
3253 for (const elf::ELFProgramHeader &H : ProgramHeaders()) { in GetArchitecture()
3391 llvm::ArrayRef<ELFProgramHeader> ObjectFileELF::ProgramHeaders() { in ProgramHeaders()
3396 DataExtractor ObjectFileELF::GetSegmentData(const ELFProgramHeader &H) { in GetSegmentData()
3401 for (const ELFProgramHeader &H : ProgramHeaders()) { in AnySegmentHasPhysicalAddress()
3414 for (const ELFProgramHeader &H : ProgramHeaders()) { in GetLoadableData()