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