Lines Matching refs:RelocSec
342 void printStackSize(const Relocation<ELFT> &R, const Elf_Shdr &RelocSec,
6665 const Elf_Shdr &RelocSec, unsigned Ndx, in printStackSize() argument
6677 Twine(Ndx) + " in " + describe(RelocSec) + ": " + in printStackSize()
6772 const Elf_Shdr *RelocSec = StackSizeMapEntry.second; in printRelocatableStackSizes() local
6775 if (!RelocSec) { in printRelocatableStackSizes()
6797 *RelocSec, [&](const Relocation<ELFT> &R, unsigned Ndx, in printRelocatableStackSizes()
6801 describe(*RelocSec) + in printRelocatableStackSizes()
6807 this->printStackSize(R, *RelocSec, Ndx, SymTab, FunctionSec, in printRelocatableStackSizes()
7773 for (auto const &[Sec, RelocSec] : *SecRelocMapOrErr) { in printBBAddrMaps()
7779 if (IsRelocatable && !RelocSec) { in printBBAddrMaps()
7786 this->Obj.decodeBBAddrMap(*Sec, RelocSec, &PGOAnalyses); in printBBAddrMaps()