Lines Matching refs:RelocSec
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()
7572 this->Obj.decodeBBAddrMap(*Sec, RelocSec); in printBBAddrMaps()