Searched refs:RelocSec (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/ |
H A D | ELFObjcopy.cpp | 563 } else if (auto *RelocSec = dyn_cast<RelocationSectionBase>(&Sec)) { in handleArgs() local 571 const SectionBase *TargetSec = RelocSec->getSection(); in handleArgs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 305 void printStackSize(const Relocation<ELFT> &R, const Elf_Shdr &RelocSec, 5790 const Elf_Shdr &RelocSec, unsigned Ndx, in printStackSize() argument 5802 Twine(Ndx) + " in " + describe(RelocSec) + ": " + in printStackSize() 5917 const Elf_Shdr *RelocSec = StackSizeMapEntry.second; in printRelocatableStackSizes() local 5920 if (!RelocSec) { in printRelocatableStackSizes() 5942 *RelocSec, /*RawRelr=*/false, in printRelocatableStackSizes() 5947 describe(*RelocSec) + in printRelocatableStackSizes() 5953 this->printStackSize(R, *RelocSec, Ndx, SymTab, FunctionSec, in printRelocatableStackSizes()
|