Lines Matching refs:ELFSectionHeader
1727 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions()
1774 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange()
1814 std::optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()
2457 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset()
2458 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset()
2492 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations()
2493 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations()
2708 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations()
2709 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations()
2848 unsigned ObjectFileELF::RelocateDebugSections(const ELFSectionHeader *rel_hdr, in RelocateDebugSections()
2861 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections()
2865 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
3053 const ELFSectionHeader &reloc_header = *I; in RelocateSection()