4 references to WriteVariableLengthValue
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (4)
734
actualLength = Relocation.
WriteVariableLengthValue
(reloc.Type, pData, symbol.Index + addend);
785
actualLength = Relocation.
WriteVariableLengthValue
(reloc.Type, pData, virtualSymbolImageOffset + addend);
809
actualLength = Relocation.
WriteVariableLengthValue
(reloc.Type, pData, virtualSymbolImageOffset + addend);
824
actualLength = Relocation.
WriteVariableLengthValue
(reloc.Type, pData, symbol.Index + addend);