Home
last modified time | relevance | path

Searched refs:helpstring (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Doptions.h165 const char* helpstring; member
173 helpstring(hs), helparg(ha), optional_arg(oa), reader(r) in One_option()
186 if (this->helpstring) in One_option()
236 const char* helpstring, const char* helparg) in Struct_special()
237 : option(varname, dashes, shortname, "", helpstring, helparg, false, this), in Struct_special()
Doptions.cc150 printf("%s\n", gettext(this->helpstring)); in print()