Lines Matching refs:ELFSectionHeader
1744 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions()
1791 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange()
1831 std::optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()
2539 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset()
2540 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset()
2574 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations()
2575 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations()
2790 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations()
2791 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations()
2930 unsigned ObjectFileELF::RelocateDebugSections(const ELFSectionHeader *rel_hdr, in RelocateDebugSections()
2943 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections()
2947 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
3143 const ELFSectionHeader &reloc_header = *I; in RelocateSection()