Searched refs:SectionSymbol (Results 1 – 2 of 2) sorted by relevance
1407 const auto *SectionSymbol = in recordRelocation() local1409 if (SectionSymbol) in recordRelocation()1410 SectionSymbol->setUsedInReloc(); in recordRelocation()1411 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA, C); in recordRelocation()
563 const MCSymbol *SectionSymbol = nullptr; in recordRelocation() local569 SectionSymbol = SecSymIt->second; in recordRelocation()571 SectionSymbol = SecA.getBeginSymbol(); in recordRelocation()573 if (!SectionSymbol) in recordRelocation()577 SymA = cast<MCSymbolWasm>(SectionSymbol); in recordRelocation()