Lines Matching refs:ELFProgramHeader
459 for (const ELFProgramHeader &H : program_headers) { in CalculateELFNotesSegmentsCRC32()
949 const ELFProgramHeader &H = EnumPHdr.value(); in GetBaseAddress()
1738 static Permissions GetPermissions(const ELFProgramHeader &H) { in GetPermissions()
1799 std::optional<VMRange> GetAddressInfo(const ELFProgramHeader &H) { in GetAddressInfo()
1866 const ELFProgramHeader &PHdr = EnumPHdr.value(); in CreateSections()
3247 const ELFProgramHeader &ph) { in DumpELFProgramHeader()
3418 for (const elf::ELFProgramHeader &H : ProgramHeaders()) { in GetArchitecture()
3571 llvm::ArrayRef<ELFProgramHeader> ObjectFileELF::ProgramHeaders() { in ProgramHeaders()
3576 DataExtractor ObjectFileELF::GetSegmentData(const ELFProgramHeader &H) { in GetSegmentData()
3581 for (const ELFProgramHeader &H : ProgramHeaders()) { in AnySegmentHasPhysicalAddress()
3594 for (const ELFProgramHeader &H : ProgramHeaders()) { in GetLoadableData()