Lines Matching refs:required_argument
709 opts = fill_common_opts(opts, &nr_opts, required_argument); in create_cmd()
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()
813 opts = fill_common_opts(opts, &nr_opts, required_argument); in update_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()
932 opts = fill_common_opts(opts, &nr_opts, required_argument); in unpack_cmd()
933 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in unpack_cmd()
935 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); 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()
1079 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in remove_cmd()