Home
last modified time | relevance | path

Searched refs:CurSymIdx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1302 uint32_t CurSymIdx = in writeSectionContent() local
1312 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()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp117 uint32_t CurSymIdx = R.RelocSymbol ? R.RelocSymbol->Index : 0; in encodeCrel() local
118 return ELF::Elf_Crel<Is64>{static_cast<uint>(R.Offset), CurSymIdx, R.Type, in encodeCrel()