HomeSort by relevance Sort by last modified time
    Searched refs:helparg (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
options.cc 103 if (this->helparg)
107 len += printf(" %s", gettext(this->helparg));
132 if (this->helparg)
137 gettext(this->helparg));
    [all...]
options.h 149 // HELPARG is how you define the argument to the option.
150 // --help output is "-shortname HELPARG, --longname HELPARG: HELPSTRING"
151 // HELPARG should be NULL iff the option is a bool and takes no arg.
166 const char* helparg; member in struct:gold::options::One_option
173 helpstring(hs), helparg(ha), optional_arg(oa), reader(r)
190 // This option takes an argument iff helparg is not NULL.
193 { return this->helparg != NULL; }
236 const char* helpstring, const char* helparg)
237 : option(varname, dashes, shortname, "", helpstring, helparg, false, this)
    [all...]

Completed in 223 milliseconds