Home | History | Annotate | Download | only in emultempl

Lines Matching full:no_argument

292     {"dll", no_argument, NULL, OPTION_DLL},
305 {"support-old-code", no_argument, NULL, OPTION_SUPPORT_OLD_CODE},
307 {"use-nul-prefixed-import-tables", no_argument, NULL,
309 {"no-leading-underscore", no_argument, NULL, OPTION_NO_LEADING_UNDERSCORE},
310 {"leading-underscore", no_argument, NULL, OPTION_LEADING_UNDERSCORE},
311 {"insert-timestamp", no_argument, NULL, OPTION_INSERT_TIMESTAMP},
312 {"no-insert-timestamp", no_argument, NULL, OPTION_NO_INSERT_TIMESTAMP},
318 {"export-all-symbols", no_argument, NULL, OPTION_EXPORT_ALL},
320 {"exclude-all-symbols", no_argument, NULL, OPTION_EXCLUDE_ALL_SYMBOLS},
323 {"kill-at", no_argument, NULL, OPTION_KILL_ATS},
324 {"add-stdcall-alias", no_argument, NULL, OPTION_STDCALL_ALIASES},
325 {"enable-stdcall-fixup", no_argument, NULL, OPTION_ENABLE_STDCALL_FIXUP},
326 {"disable-stdcall-fixup", no_argument, NULL, OPTION_DISABLE_STDCALL_FIXUP},
328 {"warn-duplicate-exports", no_argument, NULL, OPTION_WARN_DUPLICATE_EXPORTS},
331 {"compat-implib", no_argument, NULL, OPTION_IMP_COMPAT},
332 {"compat-implib", no_argument, NULL, OPTION_IMP_COMPAT},
334 {"disable-auto-image-base", no_argument, NULL, OPTION_DISABLE_AUTO_IMAGE_BASE},
336 {"no-default-excludes", no_argument, NULL, OPTION_NO_DEFAULT_EXCLUDES},
337 {"enable-auto-import", no_argument, NULL, OPTION_DLL_ENABLE_AUTO_IMPORT},
338 {"disable-auto-import", no_argument, NULL, OPTION_DLL_DISABLE_AUTO_IMPORT},
339 {"enable-extra-pe-debug", no_argument, NULL, OPTION_ENABLE_EXTRA_PE_DEBUG},
340 {"enable-runtime-pseudo-reloc", no_argument, NULL, OPTION_DLL_ENABLE_RUNTIME_PSEUDO_RELOC},
341 {"disable-runtime-pseudo-reloc", no_argument, NULL, OPTION_DLL_DISABLE_RUNTIME_PSEUDO_RELOC},
342 {"enable-runtime-pseudo-reloc-v1", no_argument, NULL, OPTION_DLL_ENABLE_RUNTIME_PSEUDO_RELOC_V1},
343 {"enable-runtime-pseudo-reloc-v2", no_argument, NULL, OPTION_DLL_ENABLE_RUNTIME_PSEUDO_RELOC_V2},
345 {"large-address-aware", no_argument, NULL, OPTION_LARGE_ADDRESS_AWARE},
346 {"disable-large-address-aware", no_argument, NULL, OPTION_DISABLE_LARGE_ADDRESS_AWARE},
347 {"enable-long-section-names", no_argument, NULL, OPTION_ENABLE_LONG_SECTION_NAMES},
348 {"disable-long-section-names", no_argument, NULL, OPTION_DISABLE_LONG_SECTION_NAMES},
349 {"dynamicbase",no_argument, NULL, OPTION_DYNAMIC_BASE},
350 {"forceinteg", no_argument, NULL, OPTION_FORCE_INTEGRITY},
351 {"nxcompat", no_argument, NULL, OPTION_NX_COMPAT},
352 {"no-isolation", no_argument, NULL, OPTION_NO_ISOLATION},
353 {"no-seh", no_argument, NULL, OPTION_NO_SEH},
354 {"no-bind", no_argument, NULL, OPTION_NO_BIND},
355 {"wdmdriver", no_argument, NULL, OPTION_WDM_DRIVER},
356 {"tsaware", no_argument, NULL, OPTION_TERMINAL_SERVER_AWARE},
358 {NULL, no_argument, NULL, 0}