Lines Matching refs:ELFProgramHeader
459 for (const ELFProgramHeader &H : program_headers) { in CalculateELFNotesSegmentsCRC32()
963 const ELFProgramHeader &H = EnumPHdr.value(); in GetBaseAddress()
1755 static Permissions GetPermissions(const ELFProgramHeader &H) { in GetPermissions()
1816 std::optional<VMRange> GetAddressInfo(const ELFProgramHeader &H) { in GetAddressInfo()
1916 const ELFProgramHeader &PHdr = EnumPHdr.value(); in CreateSections()
3337 const ELFProgramHeader &ph) { in DumpELFProgramHeader()
3508 for (const elf::ELFProgramHeader &H : ProgramHeaders()) { in GetArchitecture()
3661 llvm::ArrayRef<ELFProgramHeader> ObjectFileELF::ProgramHeaders() { in ProgramHeaders()
3666 DataExtractor ObjectFileELF::GetSegmentData(const ELFProgramHeader &H) { in GetSegmentData()
3671 for (const ELFProgramHeader &H : ProgramHeaders()) { in AnySegmentHasPhysicalAddress()
3684 for (const ELFProgramHeader &H : ProgramHeaders()) { in GetLoadableData()