10 references to WASM_MEMORY_ADDR_REL_SLEB
ILCompiler.ReadyToRun (10)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (6)
682
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
715
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
760
RelocType.
WASM_MEMORY_ADDR_REL_SLEB
=> WASM_PADDED_RELOC_SIZE_32,
781
RelocType.
WASM_MEMORY_ADDR_REL_SLEB
or
801
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
876
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmInstructions.cs (2)
358
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
819
return new WasmLEBConstantReloc(WasmExprKind.I32Const, symbolNode, RelocType.
WASM_MEMORY_ADDR_REL_SLEB
);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (1)
827
case RelocType.
WASM_MEMORY_ADDR_REL_SLEB
:
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4611
CorInfoReloc.WASM_MEMORY_ADDR_REL_SLEB => RelocType.
WASM_MEMORY_ADDR_REL_SLEB
,