options.h | 148 // HELPSTRING is the descriptive text used with the option via --help 150 // --help output is "-shortname HELPARG, --longname HELPARG: HELPSTRING" 165 const char* helpstring; member in struct:gold::options::One_option 173 helpstring(hs), helparg(ha), optional_arg(oa), reader(r) 183 // We only register ourselves if our helpstring is not NULL. This 186 if (this->helpstring) 236 const char* helpstring, const char* helparg) 237 : option(varname, dashes, shortname, "", helpstring, helparg, false, this), [all...] |