Searched refs:solist (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.cpp73 static soinfo* solist; variable
257 for (trav = solist; trav != nullptr; trav = trav->next) {
265 // si was not in solist
266 DL_ERR("name \"%s\"@%p is not in solist!", si->get_realpath(), si);
273 // prev will never be null, because the first entry in solist is
342 for (soinfo* si = solist; si != 0; si = si->next) {
358 for (soinfo* si = solist; si != nullptr; si = si->next) {
970 beginning of the global solist. Otherwise the search starts at the
979 soinfo* start = solist;
1027 for (soinfo* si = solist; s
[all...]

Completed in 5 milliseconds