14 references to IMAGE_REL_SYMBOL_SIZE
ILCompiler.ReadyToRun (14)
Compiler\DependencyAnalysis\ReadyToRun\AssemblyTableNode.cs (1)
50builder.EmitReloc(assemblyHeader, RelocType.IMAGE_REL_SYMBOL_SIZE);
Compiler\DependencyAnalysis\ReadyToRun\CopiedCorHeaderNode.cs (3)
134builder.EmitReloc(factory.Header, RelocType.IMAGE_REL_SYMBOL_SIZE); 153builder.EmitReloc(factory.ManifestMetadataTable, RelocType.IMAGE_REL_SYMBOL_SIZE); 186builder.EmitReloc(factory.Header, RelocType.IMAGE_REL_SYMBOL_SIZE);
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (1)
118dataBuilder.EmitReloc(_imports, RelocType.IMAGE_REL_SYMBOL_SIZE);
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
194builder.EmitReloc(item.StartSymbol, RelocType.IMAGE_REL_SYMBOL_SIZE, delta);
Compiler\DependencyAnalysis\ReadyToRun\SymbolNodeRange.cs (1)
13/// Provides a machanism to represent a contiguous range of object nodes as a single node where the <see cref="RelocType.IMAGE_REL_SYMBOL_SIZE" /> reloc can refer to the range between two nodes.
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
281case RelocType.IMAGE_REL_SYMBOL_SIZE:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (2)
622case RelocType.IMAGE_REL_SYMBOL_SIZE: 753case RelocType.IMAGE_REL_SYMBOL_SIZE:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (3)
418if (relocType == RelocType.IMAGE_REL_SYMBOL_SIZE) 613if (symbolicRelocation.Type == RelocType.IMAGE_REL_SYMBOL_SIZE 740if (symbolicRelocation.Type == RelocType.IMAGE_REL_SYMBOL_SIZE
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
208else if (relocType is IMAGE_REL_SYMBOL_SIZE &&