3 references to CreateSection
Mono.Cecil (3)
Mono.Cecil.PE\ImageWriter.cs (3)
122
text =
CreateSection
(".text", text_map.GetLength (), null);
126
rsrc =
CreateSection
(".rsrc", (uint) win32_resources.length, previous);
133
reloc =
CreateSection
(".reloc", 12u, previous);