Home
last modified time | relevance | path

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

/freebsd-12-stable/libexec/rtld-elf/
Dmap_object.c433 while (!STAILQ_EMPTY(&obj->dldags)) { in obj_free()
434 elm = STAILQ_FIRST(&obj->dldags); in obj_free()
435 STAILQ_REMOVE_HEAD(&obj->dldags, link); in obj_free()
464 STAILQ_INIT(&obj->dldags); in obj_new()
Drtld.h283 Objlist dldags; /* Object belongs to these dlopened DAGs (%) */ member
Drtld.c2039 objlist_push_tail(&root->dldags, root); in init_dag()
2052 objlist_push_tail(&needed->obj->dldags, root); in init_dag()
4285 STAILQ_FOREACH(elm, &refobj->dldags, link) { in symlook_default()
4793 objlist_remove(&elm->obj->dldags, root); in unlink_object()