Searched refs:SymASec (Results 1 – 1 of 1) sorted by relevance
557 const MCSectionXCOFF *SymASec = getContainingCsect(cast<MCSymbolXCOFF>(SymA)); in recordRelocation() local559 if (SymASec->isCsect() && SymASec->getMappingClass() == XCOFF::XMC_TD) in recordRelocation()562 assert(SectionMap.find(SymASec) != SectionMap.end() && in recordRelocation()565 const uint32_t Index = getIndex(SymA, SymASec); in recordRelocation()570 FixedValue = getVirtualAddress(SymA, SymASec) + Target.getConstant(); in recordRelocation()579 const int64_t TOCEntryOffset = SectionMap[SymASec]->Address - in recordRelocation()610 if (SymASec == SymBSec) in recordRelocation()