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