Home | History | Annotate | Download | only in gold

Lines Matching refs:longname

82   if (!this->longname.empty())
83 (*long_options)[this->longname] = this;
111 if (!this->longname.empty()
112 && !(this->longname[0] == this->shortname
113 && this->longname[1] == '\0'))
131 len += printf("%s", this->longname.c_str());