Home | History | Annotate | Download | only in linker

Lines Matching full:solist

88 static soinfo* solist = &libdl_info;
332 for (trav = solist; trav != NULL; trav = trav->next) {
338 /* si was not in solist */
339 DL_ERR("name \"%s\" is not in solist!", si->name);
343 /* prev will never be NULL, because the first entry in solist is
407 for (si = solist; si != 0; si = si->next){
426 for (soinfo* si = solist; si != NULL; si = si->next) {
602 beginning of the global solist. Otherwise the search starts at the
609 start = solist;
631 for (soinfo* si = solist; si != NULL; si = si->next) {
746 for (si = solist; si != NULL; si = si->next) {