7 references to WASM_MEMORY_ADDR_REL_SLEB
ILCompiler.ReadyToRun (7)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
680
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
731
RelocType.
WASM_MEMORY_ADDR_REL_SLEB
=> WASM_PADDED_RELOC_SIZE_32,
810
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (2)
357
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
818
return new WasmLEBConstantReloc(WasmExprKind.I32Const, symbolNode, RelocType.
WASM_MEMORY_ADDR_REL_SLEB
);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
927
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4268
CorInfoReloc.WASM_MEMORY_ADDR_REL_SLEB => RelocType.
WASM_MEMORY_ADDR_REL_SLEB
,