Searched refs:RelocSec (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObjcopy.cpp | 695 auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec); in handleArgs() local 703 } else if (RelocSec && !(Sec.Flags & SHF_ALLOC)) in handleArgs() 710 RelocSections.push_back(RelocSec); in handleArgs() 714 for (RelocationSectionBase *RelocSec : RelocSections) { in handleArgs() 715 auto Iter = RenamedSections.find(RelocSec->getSection()); in handleArgs() 717 RelocSec->Name = (RelocSec->getNamePrefix() + (*Iter)->Name).str(); in handleArgs() 730 } else if (auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec)) { in handleArgs() local 738 const SectionBase *TargetSec = RelocSec->getSection(); in handleArgs() 745 Sec.Name = (RelocSec->getNamePrefix() + TargetSec->Name).str(); in handleArgs() 747 Sec.Name = (RelocSec->getNamePrefix() + Config.AllocSectionsPrefix + in handleArgs()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 316 void printStackSize(const Relocation<ELFT> &R, const Elf_Shdr &RelocSec, 6120 const Elf_Shdr &RelocSec, unsigned Ndx, in printStackSize() argument 6132 Twine(Ndx) + " in " + describe(RelocSec) + ": " + in printStackSize() 6247 const Elf_Shdr *RelocSec = StackSizeMapEntry.second; in printRelocatableStackSizes() local 6250 if (!RelocSec) { in printRelocatableStackSizes() 6272 *RelocSec, /*RawRelr=*/false, in printRelocatableStackSizes() 6277 describe(*RelocSec) + in printRelocatableStackSizes() 6283 this->printStackSize(R, *RelocSec, Ndx, SymTab, FunctionSec, in printRelocatableStackSizes()
|