Home | History | Annotate | Download | only in gold

Lines Matching defs:why

58 				    std::string* why, char** tmpbufp,
118 *why = "-u ";
119 *why += sym_name;
125 *why = "--export-dynamic-symbol ";
126 *why += sym_name;
136 *why = buf;
143 *why = "entry symbol ";
144 *why += sym_name;
799 std::string why;
802 &why, &tmpbuf, &tmpbuflen);
817 why.c_str()))
960 // the member header. WHY is the reason we are including this member.
968 Mapfile* mapfile, Symbol* sym, const char* why)
979 mapfile->report_include_archive_member(obj->name(), sym, why);
1012 mapfile->report_include_archive_member(obj->name(), sym, why);
1198 std::string why;
1208 &why);