HomeSort by relevance Sort by last modified time
    Searched full:solist (Results 1 - 1 of 1) sorted by null

  /bionic/linker/
linker.cpp 88 static soinfo* solist = &libdl_info; variable
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)
    [all...]

Completed in 107 milliseconds