8 references to WASM_TABLE_INDEX_I32
ILCompiler.ReadyToRun (8)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
129
runtimeFunctionsBuilder.EmitReloc(symbol, RelocType.
WASM_TABLE_INDEX_I32
, frameIndex);
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (1)
77
RelocType 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)
270
case RelocType.
WASM_TABLE_INDEX_I32
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (4)
683
case RelocType.
WASM_TABLE_INDEX_I32
:
732
RelocType.
WASM_TABLE_INDEX_I32
=> 4,
797
case RelocType.
WASM_TABLE_INDEX_I32
:
835
case RelocType.
WASM_TABLE_INDEX_I32
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
961
case RelocType.
WASM_TABLE_INDEX_I32
: