14 references to IMAGE_REL_SYMBOL_SIZE
ILCompiler.ReadyToRun (14)
Compiler\DependencyAnalysis\ReadyToRun\AssemblyTableNode.cs (1)
50
builder.EmitReloc(assemblyHeader, RelocType.
IMAGE_REL_SYMBOL_SIZE
);
Compiler\DependencyAnalysis\ReadyToRun\CopiedCorHeaderNode.cs (3)
134
builder.EmitReloc(factory.Header, RelocType.
IMAGE_REL_SYMBOL_SIZE
);
153
builder.EmitReloc(factory.ManifestMetadataTable, RelocType.
IMAGE_REL_SYMBOL_SIZE
);
186
builder.EmitReloc(factory.Header, RelocType.
IMAGE_REL_SYMBOL_SIZE
);
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (1)
118
dataBuilder.EmitReloc(_imports, RelocType.
IMAGE_REL_SYMBOL_SIZE
);
Compiler\DependencyAnalysis\ReadyToRun\ReadyToRunHeaderNode.cs (1)
194
builder.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)
281
case RelocType.
IMAGE_REL_SYMBOL_SIZE
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (2)
622
case RelocType.
IMAGE_REL_SYMBOL_SIZE
:
753
case RelocType.
IMAGE_REL_SYMBOL_SIZE
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (3)
418
if (relocType == RelocType.
IMAGE_REL_SYMBOL_SIZE
)
613
if (symbolicRelocation.Type == RelocType.
IMAGE_REL_SYMBOL_SIZE
740
if (symbolicRelocation.Type == RelocType.
IMAGE_REL_SYMBOL_SIZE
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
208
else if (relocType is
IMAGE_REL_SYMBOL_SIZE
&&