Lines Matching defs:RelocSec
342 void printStackSize(const Relocation<ELFT> &R, const Elf_Shdr &RelocSec,
6691 const Elf_Shdr &RelocSec, unsigned Ndx,
6703 Twine(Ndx) + " in " + describe(RelocSec) + ": " +
6798 const Elf_Shdr *RelocSec = StackSizeMapEntry.second;
6801 if (!RelocSec) {
6823 *RelocSec, [&](const Relocation<ELFT> &R, unsigned Ndx,
6827 describe(*RelocSec) +
6833 this->printStackSize(R, *RelocSec, Ndx, SymTab, FunctionSec,
7802 for (auto const &[Sec, RelocSec] : *SecRelocMapOrErr) {
7808 if (IsRelocatable && !RelocSec) {
7815 this->Obj.decodeBBAddrMap(*Sec, RelocSec, &PGOAnalyses);