9 references to ReadValue
ILCompiler.ReadyToRun (9)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
204
long inlineValue = Relocation.
ReadValue
(relocType, (void*)pData);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ElfObjectWriter.cs (3)
214
long inlineValue = Relocation.
ReadValue
(relocType, (void*)pData);
225
long inlineValue = Relocation.
ReadValue
(relocType, (void*)pData);
237
long inlineValue = Relocation.
ReadValue
(relocType, (void*)pData);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (2)
473
addend += Relocation.
ReadValue
(relocType, pData);
509
long inlineValue = Relocation.
ReadValue
(relocType, (void*)pData);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
195
adjustedAddend += Relocation.
ReadValue
(relocType, (void*)pData);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
895
long addend = Relocation.
ReadValue
(reloc.Type, pData);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
879
long addend = Relocation.
ReadValue
(reloc.Type, pData);