1 write to reloc
Mono.Cecil (1)
Mono.Cecil.PE\ImageWriter.cs (1)
133 reloc = CreateSection (".reloc", 12u, previous);
12 references to reloc
Mono.Cecil (12)
Mono.Cecil.PE\ImageWriter.cs (12)
216 if (reloc != null) 217 return reloc; 230 WriteUInt32 ((reloc != null ? reloc.SizeOfRawData : 0) 299 WriteUInt32 (reloc != null ? reloc.VirtualAddress : 0); // BaseRelocationTable 300 WriteUInt32 (reloc != null ? reloc.VirtualSize : 0); 346 if (reloc != null) 347 WriteSection (reloc, 0x42000040); 663 PrepareSection (reloc); 690 if (reloc != null)