Home
last modified time | relevance | path

Searched refs:RelocSec (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DELFObjcopy.cpp617 } else if (auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec)) { in handleArgs() local
625 const SectionBase *TargetSec = RelocSec->getSection(); in handleArgs()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp312 void printStackSize(const Relocation<ELFT> &R, const Elf_Shdr &RelocSec,
5833 const Elf_Shdr &RelocSec, unsigned Ndx, in printStackSize() argument
5845 Twine(Ndx) + " in " + describe(RelocSec) + ": " + in printStackSize()
5961 const Elf_Shdr *RelocSec = StackSizeMapEntry.second; in printRelocatableStackSizes() local
5964 if (!RelocSec) { in printRelocatableStackSizes()
5986 *RelocSec, /*RawRelr=*/false, in printRelocatableStackSizes()
5991 describe(*RelocSec) + in printRelocatableStackSizes()
5997 this->printStackSize(R, *RelocSec, Ndx, SymTab, FunctionSec, in printRelocatableStackSizes()