8 references to WASM_TABLE_INDEX_I32
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
129runtimeFunctionsBuilder.EmitReloc(symbol, RelocType.WASM_TABLE_INDEX_I32, frameIndex);
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (1)
77RelocType tableIndexPointerRelocType = factory.Target.PointerSize == 4 ? RelocType.WASM_TABLE_INDEX_I32 : RelocType.WASM_TABLE_INDEX_I64;
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
270case RelocType.WASM_TABLE_INDEX_I32:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (4)
683case RelocType.WASM_TABLE_INDEX_I32: 732RelocType.WASM_TABLE_INDEX_I32 => 4, 797case RelocType.WASM_TABLE_INDEX_I32: 835case RelocType.WASM_TABLE_INDEX_I32:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
961case RelocType.WASM_TABLE_INDEX_I32: