Lines Matching refs:ELFSectionHeader
363 const elf::ELFSectionHeader §_hdr) { in kalimbaSectionType()
1823 static Permissions GetPermissions(const ELFSectionHeader &H) { in GetPermissions()
1868 VMRange GetVMRange(const ELFSectionHeader &H) { in GetVMRange()
1898 llvm::Optional<SectionAddressInfo> GetAddressInfo(const ELFSectionHeader &H) { in GetAddressInfo()
2493 GetPltEntrySizeAndOffset(const ELFSectionHeader *rel_hdr, in GetPltEntrySizeAndOffset()
2494 const ELFSectionHeader *plt_hdr) { in GetPltEntrySizeAndOffset()
2528 const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ParsePLTRelocations()
2529 const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, in ParsePLTRelocations()
2665 Symtab *symtab, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, in ApplyRelocations()
2666 const ELFSectionHeader *symtab_hdr, const ELFSectionHeader *debug_hdr, in ApplyRelocations()
2757 unsigned ObjectFileELF::RelocateDebugSections(const ELFSectionHeader *rel_hdr, in RelocateDebugSections()
2770 const ELFSectionHeader *symtab_hdr = GetSectionHeaderByIndex(symtab_id); in RelocateDebugSections()
2774 const ELFSectionHeader *debug_hdr = GetSectionHeaderByIndex(debug_id); in RelocateDebugSections()
2922 const ELFSectionHeader &reloc_header = *I; in RelocateSection()