Home
last modified time | relevance | path

Searched refs:dldags (Results 1 – 3 of 3) sorted by relevance

/freebsd/libexec/rtld-elf/
H A Dmap_object.c458 while (!STAILQ_EMPTY(&obj->dldags)) { in obj_free()
459 elm = STAILQ_FIRST(&obj->dldags); in obj_free()
460 STAILQ_REMOVE_HEAD(&obj->dldags, link); in obj_free()
489 STAILQ_INIT(&obj->dldags); in obj_new()
H A Drtld.h274 Objlist dldags; /* Object belongs to these dlopened DAGs (%) */ member
H A Drtld.c2325 objlist_push_tail(&root->dldags, root); in init_dag()
2340 objlist_push_tail(&needed->obj->dldags, root); in init_dag()
4843 STAILQ_FOREACH(elm, &refobj->dldags, link) { in symlook_default()
5397 objlist_remove(&elm->obj->dldags, root); in unlink_object()