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)
624case RelocType.IMAGE_REL_FILE_ABSOLUTE: 711RelocType.IMAGE_REL_FILE_ABSOLUTE => 4, 757case RelocType.IMAGE_REL_FILE_ABSOLUTE:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
928case RelocType.IMAGE_REL_FILE_ABSOLUTE:
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
941case RelocType.IMAGE_REL_FILE_ABSOLUTE: