Lines Matching full:solist
154 static soinfo* solist;
415 for (trav = solist; trav != nullptr; trav = trav->next) {
423 // si was not in solist
424 DL_ERR("name \"%s\"@%p is not in solist!", si->get_realpath(), si);
431 // prev will never be null, because the first entry in solist is
584 for (soinfo* si = solist; si != 0; si = si->next) {
600 for (soinfo* si = solist; si != nullptr; si = si->next) {
1327 beginning of the global solist. Otherwise the search starts at the
1390 for (soinfo* si = solist; si != nullptr; si = si->next) {
1886 bool is_libdl = si == solist;
4492 solist = get_libdl_info();