Lines Matching refs:disable
139 static int pe_enable_stdcall_fixup = -1; /* 0=disable 1=enable. */
325 {"disable-stdcall-fixup", no_argument, NULL, OPTION_DISABLE_STDCALL_FIXUP},
333 {"disable-auto-image-base", no_argument, NULL, OPTION_DISABLE_AUTO_IMAGE_BASE},
337 {"disable-auto-import", no_argument, NULL, OPTION_DLL_DISABLE_AUTO_IMPORT},
340 {"disable-runtime-pseudo-reloc", no_argument, NULL, OPTION_DLL_DISABLE_RUNTIME_PSEUDO_RELOC},
345 {"disable-large-address-aware", no_argument, NULL, OPTION_DISABLE_LARGE_ADDRESS_AWARE},
347 {"disable-long-section-names", no_argument, NULL, OPTION_DISABLE_LONG_SECTION_NAMES},
454 fprintf (file, _(" --disable-stdcall-fixup Don't link _sym to _sym@nn\n"));
472 …fprintf (file, _(" --disable-auto-image-base Do not auto-choose image base. (default)\n"…
478 …fprintf (file, _(" --disable-auto-import Do not auto-import DATA items from DLLs\n")…
482 …fprintf (file, _(" --disable-runtime-pseudo-reloc Do not add runtime pseudo-relocations for\n\
489 fprintf (file, _(" --disable-large-address-aware Executable does not support virtual\n\
493 fprintf (file, _(" --disable-long-section-names Never use long COFF section names, even\n\
1106 einfo (_("Use --enable-stdcall-fixup to disable these warnings\n"));
1107 einfo (_("Use --disable-stdcall-fixup to disable these fixups\n"));
1133 einfo (_("Use --enable-stdcall-fixup to disable these warnings\n"));
1134 einfo (_("Use --disable-stdcall-fixup to disable these fixups\n"));
1511 if (pe_enable_stdcall_fixup) /* -1=warn or 1=disable */
1520 if (pe_enable_stdcall_fixup) /* -1=warn or 1=disable */