Searched refs:CurSymIdx (Results 1 – 2 of 2) sorted by relevance
1302 uint32_t CurSymIdx = in writeSectionContent() local1312 DeltaOffset * 8 + (SymIdx != CurSymIdx) + (Type != Rel.Type ? 2 : 0) + in writeSectionContent()1323 std::make_signed_t<typename ELFT::uint>(CurSymIdx - SymIdx)); in writeSectionContent()1324 SymIdx = CurSymIdx; in writeSectionContent()1340 REntry.setSymbolAndType(CurSymIdx, Rel.Type, isMips64EL(Doc)); in writeSectionContent()1346 REntry.setSymbolAndType(CurSymIdx, Rel.Type, isMips64EL(Doc)); in writeSectionContent()
117 uint32_t CurSymIdx = R.RelocSymbol ? R.RelocSymbol->Index : 0; in encodeCrel() local118 return ELF::Elf_Crel<Is64>{static_cast<uint>(R.Offset), CurSymIdx, R.Type, in encodeCrel()