Searched refs:rtld_local (Results 1 – 3 of 3) sorted by relevance
106 struct init_fini_list *rtld_local; /* keep tack of RTLD_LOCAL libs in same group */ member
496 tmp->next = runp2->tpnt->rtld_local; in do_dlopen()497 runp2->tpnt->rtld_local = tmp; in do_dlopen()1001 for (runp = tpnt->rtld_local; runp; runp = tmp) { in do_dlclose()
315 for (tmp = mytpnt->rtld_local; tmp; tmp = tmp->next) { in _dl_find_hash()
Completed in 18 milliseconds