8 references to DirectoryEntry
ILAssembler (1)
VTableExportPEBuilder.cs (1)
244
directories.ExportTable = new
DirectoryEntry
(_exportDirectoryRva, _exportDirectorySize);
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\CopiedCorHeaderNode.cs (1)
50
return new
DirectoryEntry
(rva, size);
System.Reflection.Metadata (6)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (3)
151
debugDirectoryEntry = new
DirectoryEntry
(
192
_peDirectoriesBuilder.ResourceTable = new
DirectoryEntry
(location.RelativeVirtualAddress, sectionBuilder.Count);
201
_peDirectoriesBuilder.BaseRelocationTable = new
DirectoryEntry
(location.RelativeVirtualAddress, sectionBuilder.Count);
System\Reflection\PortableExecutable\ManagedTextSection.cs (3)
200
new
DirectoryEntry
(rva, SizeOfImportAddressTable) :
208
new
DirectoryEntry
(rva + ComputeOffsetToImportTable(), (Is32Bit ? 66 : 70) + 13) :
214
return new
DirectoryEntry
(rva + SizeOfImportAddressTable, CorHeaderSize);