Home | History | Annotate | Download | only in gold

Lines Matching full:default_value

146 // DEFAULT_VALUE is the value of the option if not specified on the
164 const char* default_value;
172 : longname(ln), dashes(d), shortname(sn), default_value(dv ? dv : ""),