Lines Matching refs:optarg

2281       if (optarg == NULL)
2282 optarg = DEFAULT_BUILD_ID_STYLE;
2283 if (strcmp (optarg, "none"))
2284 emit_note_gnu_build_id = xstrdup (optarg);
2288 if (strcasecmp (optarg, "none") == 0)
2290 else if (strcasecmp (optarg, "zlib") == 0)
2292 else if (strcasecmp (optarg, "zlib-gnu") == 0)
2294 else if (strcasecmp (optarg, "zlib-gabi") == 0)
2298 optarg);
2305 gld${EMULATION_NAME}_append_to_separated_string (&audit, optarg);
2309 gld${EMULATION_NAME}_append_to_separated_string (&depaudit, optarg);
2332 add_excluded_libs (optarg);
2338 if (strcmp (optarg, "sysv") == 0)
2340 else if (strcmp (optarg, "gnu") == 0)
2342 else if (strcmp (optarg, "both") == 0)
2348 einfo (_("%P%F: invalid hash style \`%s'\n"), optarg);
2355 if (strcmp (optarg, "defs") == 0)
2357 else if (strcmp (optarg, "muldefs") == 0)
2359 else if (CONST_STRNEQ (optarg, "max-page-size="))
2363 config.maxpagesize = strtoul (optarg + 14, &end, 0);
2366 optarg + 14);
2368 else if (CONST_STRNEQ (optarg, "common-page-size="))
2371 config.commonpagesize = strtoul (optarg + 17, &end, 0);
2375 optarg + 17);
2377 else if (CONST_STRNEQ (optarg, "stack-size="))
2380 link_info.stacksize = strtoul (optarg + 11, &end, 0);
2382 einfo (_("%P%F: invalid stack size \`%s'\n"), optarg + 11);
2388 else if (strcmp (optarg, "execstack") == 0)
2393 else if (strcmp (optarg, "noexecstack") == 0)
2402 else if (strcmp (optarg, "global") == 0)
2404 else if (strcmp (optarg, "initfirst") == 0)
2406 else if (strcmp (optarg, "interpose") == 0)
2408 else if (strcmp (optarg, "loadfltr") == 0)
2410 else if (strcmp (optarg, "nodefaultlib") == 0)
2412 else if (strcmp (optarg, "nodelete") == 0)
2414 else if (strcmp (optarg, "nodlopen") == 0)
2416 else if (strcmp (optarg, "nodump") == 0)
2418 else if (strcmp (optarg, "now") == 0)
2423 else if (strcmp (optarg, "lazy") == 0)
2428 else if (strcmp (optarg, "origin") == 0)
2433 else if (strcmp (optarg, "combreloc") == 0)
2435 else if (strcmp (optarg, "nocombreloc") == 0)
2437 else if (strcmp (optarg, "nocopyreloc") == 0)
2439 else if (strcmp (optarg, "relro") == 0)
2441 else if (strcmp (optarg, "norelro") == 0)
2443 else if (strcmp (optarg, "common") == 0)
2445 else if (strcmp (optarg, "nocommon") == 0)
2447 else if (strcmp (optarg, "text") == 0)
2449 else if (strcmp (optarg, "notext") == 0)
2451 else if (strcmp (optarg, "textoff") == 0)
2464 einfo (_("%P: warning: -z %s ignored.\n"), optarg);