Lines Matching refs:SymIdx
780 unsigned SymIdx = 0;
792 SymIdx = GblSymLookup[G];
795 // SymIdx + Addend = section sym for global + section offset
796 unsigned SectionIdx = PrivateSyms[SymIdx]->SectionIdx;
797 Addend = PrivateSyms[SymIdx]->Value + GlobalOffset;
798 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex();
804 SymIdx = ExtSymLookup[ExtSym];
809 SymIdx = SectionList[SectionIdx]->getSymbolTableIndex();
832 ELFRelocation Rel(RelOffset, SymIdx, RelType, HasRelA, Addend);