Lines Matching refs:disable
154 static int pep_enable_stdcall_fixup = 1; /* 0=disable 1=enable (default). */
298 {"disable-stdcall-fixup", no_argument, NULL, OPTION_DISABLE_STDCALL_FIXUP},
306 {"disable-auto-image-base", no_argument, NULL, OPTION_DISABLE_AUTO_IMAGE_BASE},
310 {"disable-auto-import", no_argument, NULL, OPTION_DLL_DISABLE_AUTO_IMPORT},
313 {"disable-runtime-pseudo-reloc", no_argument, NULL, OPTION_DLL_DISABLE_RUNTIME_PSEUDO_RELOC},
317 {"disable-long-section-names", no_argument, NULL, OPTION_DISABLE_LONG_SECTION_NAMES},
420 fprintf (file, _(" --disable-stdcall-fixup Don't link _sym to _sym@nn\n"));
437 …fprintf (file, _(" --disable-auto-image-base Do not auto-choose image base. (default)\n"…
443 …fprintf (file, _(" --disable-auto-import Do not auto-import DATA items from DLLs\n")…
447 …fprintf (file, _(" --disable-runtime-pseudo-reloc Do not add runtime pseudo-relocations for\n\
453 fprintf (file, _(" --disable-long-section-names Never use long COFF section names, even\n\
1048 einfo (_("Use --enable-stdcall-fixup to disable these warnings\n"));
1049 einfo (_("Use --disable-stdcall-fixup to disable these fixups\n"));
1075 einfo (_("Use --enable-stdcall-fixup to disable these warnings\n"));
1076 einfo (_("Use --disable-stdcall-fixup to disable these fixups\n"));
1476 if (pep_enable_stdcall_fixup) /* -1=warn or 1=disable */
1485 if (pep_enable_stdcall_fixup) /* -1=warn or 1=disable */