Home | History | Annotate | Download | only in perf

Lines Matching defs:optarg

21440     const char *optarg, *p1, *r1;
21481 optarg = r1;
21485 optarg = argv[optind++];
21490 optarg = NULL;
21499 if (tcc_add_include_path(s, optarg) < 0)
21505 sym = (char *)optarg;
21515 tcc_undefine_symbol(s, optarg);
21518 tcc_add_library_path(s, optarg);
21522 tcc_lib_path = optarg;
21532 num_callers = atoi(optarg);
21555 outfile = optarg;
21575 argc1 = expand_args(&argv1, optarg);
21587 if (tcc_set_flag(s, optarg, 1) < 0 && s->warn_unsupported)
21591 if (tcc_set_warning(s, optarg, 1) < 0 &&
21604 if (strstart(optarg, "-Ttext,", &p)) {
21607 } else if (strstart(optarg, "--oformat,", &p)) {
21622 error("unsupported linker option '%s'", optarg);