Searched refs:RelocSec (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 713 auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec); in handleArgs() local 723 } else if (RelocSec && !(Sec.Flags & SHF_ALLOC)) in handleArgs() 730 RelocSections.push_back(RelocSec); in handleArgs() 734 for (RelocationSectionBase *RelocSec : RelocSections) { in handleArgs() 735 auto Iter = RenamedSections.find(RelocSec->getSection()); in handleArgs() 737 RelocSec->Name = (RelocSec->getNamePrefix() + (*Iter)->Name).str(); in handleArgs() 750 } else if (auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec)) { in handleArgs() local 758 const SectionBase *TargetSec = RelocSec->getSection(); in handleArgs() 765 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs() 767 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix + in handleArgs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELFObjectFile.cpp | 818 for (auto const &[Sec, RelocSec] : *SectionRelocMapOrErr) { in readBBAddrMapImpl() 819 if (IsRelocatable && !RelocSec) in readBBAddrMapImpl() 823 EF.decodeBBAddrMap(*Sec, RelocSec, PGOAnalyses); in readBBAddrMapImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 341 void printStackSize(const Relocation<ELFT> &R, const Elf_Shdr &RelocSec, 6518 const Elf_Shdr &RelocSec, unsigned Ndx, in printStackSize() argument 6530 Twine(Ndx) + " in " + describe(RelocSec) + ": " + in printStackSize() 6625 const Elf_Shdr *RelocSec = StackSizeMapEntry.second; in printRelocatableStackSizes() local 6628 if (!RelocSec) { in printRelocatableStackSizes() 6650 *RelocSec, /*RawRelr=*/false, in printRelocatableStackSizes() 6655 describe(*RelocSec) + in printRelocatableStackSizes() 6661 this->printStackSize(R, *RelocSec, Ndx, SymTab, FunctionSec, in printRelocatableStackSizes() 7560 for (auto const &[Sec, RelocSec] : *SecRelocMapOrErr) { in printBBAddrMaps() 7566 if (IsRelocatable && !RelocSec) { in printBBAddrMaps() [all …]
|