Mono.Cecil.PE\ImageWriter.cs (6)
732 map.AddMap (TextSegment.ImportDirectory, new Range (start, 0));
733 map.AddMap (TextSegment.ImportHintNameTable, new Range (start, 0));
734 map.AddMap (TextSegment.StartupStub, new Range (start, 0));
748 map.AddMap (TextSegment.ImportDirectory, new Range (import_dir_rva, import_dir_len));
749 map.AddMap (TextSegment.ImportHintNameTable, new Range (import_hnt_rva, 0));
750 map.AddMap (TextSegment.StartupStub, new Range (startup_stub_rva, GetStartupStubLength ()));