Searched refs:CurSymIdx (Results 1 – 2 of 2) sorted by relevance
1295 uint32_t CurSymIdx = in writeSectionContent() local1305 DeltaOffset * 8 + (SymIdx != CurSymIdx) + (Type != Rel.Type ? 2 : 0) + in writeSectionContent()1316 std::make_signed_t<typename ELFT::uint>(CurSymIdx - SymIdx)); in writeSectionContent()1317 SymIdx = CurSymIdx; in writeSectionContent()1333 REntry.setSymbolAndType(CurSymIdx, Rel.Type, isMips64EL(Doc)); in writeSectionContent()1339 REntry.setSymbolAndType(CurSymIdx, Rel.Type, isMips64EL(Doc)); in writeSectionContent()
114 uint32_t CurSymIdx = R.RelocSymbol ? R.RelocSymbol->Index : 0; in encodeCrel() local115 return ELF::Elf_Crel<Is64>{static_cast<uint>(R.Offset), CurSymIdx, R.Type, in encodeCrel()