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