9 references to IMAGE_REL_FILE_ABSOLUTE
ILCompiler.ReadyToRun (9)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (2)
139
builder.EmitReloc(this, RelocType.
IMAGE_REL_FILE_ABSOLUTE
);
240
builder.EmitReloc(this, RelocType.
IMAGE_REL_FILE_ABSOLUTE
);
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (1)
146
builder.EmitReloc(factory.DebugDirectoryEntry(_module, i), RelocType.
IMAGE_REL_FILE_ABSOLUTE
);
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (1)
279
case RelocType.
IMAGE_REL_FILE_ABSOLUTE
:
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (3)
623
case RelocType.
IMAGE_REL_FILE_ABSOLUTE
:
709
RelocType.
IMAGE_REL_FILE_ABSOLUTE
=> 4,
752
case RelocType.
IMAGE_REL_FILE_ABSOLUTE
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
915
case RelocType.
IMAGE_REL_FILE_ABSOLUTE
:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
921
case RelocType.
IMAGE_REL_FILE_ABSOLUTE
: