1 write to has_reloc
Mono.Cecil (1)
Mono.Cecil.PE\ImageWriter.cs (1)
65 this.has_reloc = module.Architecture == TargetArchitecture.I386;
5 references to has_reloc
Mono.Cecil (5)
Mono.Cecil.PE\ImageWriter.cs (5)
69 this.sections = (ushort)(has_reloc ? 2 : 1); // text + reloc? 132 if (has_reloc) 426 if (has_reloc) { 481 if (!has_reloc) 730 if (!has_reloc) {