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