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