Lines Matching refs:add_opt

439 static struct option *add_opt(struct option *opts, size_t *nr_opts,  in add_opt()  function
459 opts = add_opt(opts, nr_opts, desc->cmdline_name, has_arg, in fill_common_opts()
710 opts = add_opt(opts, &nr_opts, "plat-toc-flags", required_argument, in create_cmd()
712 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in create_cmd()
713 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in create_cmd()
714 opts = add_opt(opts, &nr_opts, NULL, 0, 0); in create_cmd()
814 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in update_cmd()
815 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in update_cmd()
816 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in update_cmd()
817 opts = add_opt(opts, &nr_opts, "plat-toc-flags", required_argument, in update_cmd()
819 opts = add_opt(opts, &nr_opts, NULL, 0, 0); in update_cmd()
933 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in unpack_cmd()
934 opts = add_opt(opts, &nr_opts, "force", no_argument, 'f'); in unpack_cmd()
935 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in unpack_cmd()
936 opts = add_opt(opts, &nr_opts, NULL, 0, 0); in unpack_cmd()
1076 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in remove_cmd()
1077 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in remove_cmd()
1078 opts = add_opt(opts, &nr_opts, "force", no_argument, 'f'); in remove_cmd()
1079 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in remove_cmd()
1080 opts = add_opt(opts, &nr_opts, NULL, 0, 0); in remove_cmd()