• Home
  • Raw
  • Download

Lines Matching refs:add_opt

412 static struct option *add_opt(struct option *opts, size_t *nr_opts,  in add_opt()  function
432 opts = add_opt(opts, nr_opts, desc->cmdline_name, has_arg, in fill_common_opts()
675 opts = add_opt(opts, &nr_opts, "plat-toc-flags", required_argument, in create_cmd()
677 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in create_cmd()
678 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in create_cmd()
679 opts = add_opt(opts, &nr_opts, NULL, 0, 0); in create_cmd()
773 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in update_cmd()
774 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in update_cmd()
775 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in update_cmd()
776 opts = add_opt(opts, &nr_opts, "plat-toc-flags", required_argument, in update_cmd()
778 opts = add_opt(opts, &nr_opts, NULL, 0, 0); in update_cmd()
886 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in unpack_cmd()
887 opts = add_opt(opts, &nr_opts, "force", no_argument, 'f'); in unpack_cmd()
888 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in unpack_cmd()
889 opts = add_opt(opts, &nr_opts, NULL, 0, 0); in unpack_cmd()
1023 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in remove_cmd()
1024 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in remove_cmd()
1025 opts = add_opt(opts, &nr_opts, "force", no_argument, 'f'); in remove_cmd()
1026 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in remove_cmd()
1027 opts = add_opt(opts, &nr_opts, NULL, 0, 0); in remove_cmd()