Searched refs:RelocSec (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 970 auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec); in handleArgs() local 980 } else if (RelocSec && !(Sec.Flags & SHF_ALLOC)) in handleArgs() 987 RelocSections.push_back(RelocSec); in handleArgs() 991 for (RelocationSectionBase *RelocSec : RelocSections) { in handleArgs() 992 auto Iter = RenamedSections.find(RelocSec->getSection()); in handleArgs() 994 RelocSec->Name = (RelocSec->getNamePrefix() + (*Iter)->Name).str(); in handleArgs() 1007 } else if (auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec)) { in handleArgs() local 1015 const SectionBase *TargetSec = RelocSec->getSection(); in handleArgs() 1022 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs() 1024 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix + in handleArgs()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 957 for (auto const &[Sec, RelocSec] : *SectionRelocMapOrErr) { in readBBAddrMapImpl() 958 if (IsRelocatable && !RelocSec) in readBBAddrMapImpl() 962 EF.decodeBBAddrMap(*Sec, RelocSec, PGOAnalyses); in readBBAddrMapImpl()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 343 void printStackSize(const Relocation<ELFT> &R, const Elf_Shdr &RelocSec, 6767 const Elf_Shdr &RelocSec, unsigned Ndx, in printStackSize() argument 6779 Twine(Ndx) + " in " + describe(RelocSec) + ": " + in printStackSize() 6874 const Elf_Shdr *RelocSec = StackSizeMapEntry.second; in printRelocatableStackSizes() local 6877 if (!RelocSec) { in printRelocatableStackSizes() 6887 if (RelocSec->sh_type == ELF::SHT_CREL) { in printRelocatableStackSizes() 6909 *RelocSec, [&](const Relocation<ELFT> &R, unsigned Ndx, in printRelocatableStackSizes() 6913 describe(*RelocSec) + in printRelocatableStackSizes() 6919 this->printStackSize(R, *RelocSec, Ndx, SymTab, FunctionSec, in printRelocatableStackSizes() 7888 for (auto const &[Sec, RelocSec] : *SecRelocMapOrErr) { in printBBAddrMaps() [all …]
|