Home | History | Annotate | Download | only in perf

Lines Matching defs:optarg

21441     const char *optarg, *p1, *r1;
21482 optarg = r1;
21486 optarg = argv[optind++];
21491 optarg = NULL;
21500 if (tcc_add_include_path(s, optarg) < 0)
21506 sym = (char *)optarg;
21516 tcc_undefine_symbol(s, optarg);
21519 tcc_add_library_path(s, optarg);
21523 tcc_lib_path = optarg;
21533 num_callers = atoi(optarg);
21556 outfile = optarg;
21576 argc1 = expand_args(&argv1, optarg);
21588 if (tcc_set_flag(s, optarg, 1) < 0 && s->warn_unsupported)
21592 if (tcc_set_warning(s, optarg, 1) < 0 &&
21605 if (strstart(optarg, "-Ttext,", &p)) {
21608 } else if (strstart(optarg, "--oformat,", &p)) {
21623 error("unsupported linker option '%s'", optarg);