Home
last modified time | relevance | path

Searched refs:gh_depends (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c351 alist_delete(ghp->gh_depends, &idx2); in remove_so()
762 for (ALIST_TRAVERSE(ghp->gh_depends, idx3, in remove_rescan()
808 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) { in free_hdl()
815 (void) free(ghp->gh_depends); in free_hdl()
929 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) { in remove_lmc()
964 alist_delete(ghp->gh_depends, &idx); in remove_lmc()
1108 for (ALIST_TRAVERSE(ghp3->gh_depends, in remove_hdl()
1205 for (ALIST_TRAVERSE(ghp->gh_depends, in remove_hdl()
1467 alist_delete(ghp->gh_depends, &idx2); in remove_hdl()
1496 if (ghp->gh_depends->al_nitems == 0) { in remove_hdl()
[all …]
H A Ddlfcns.c138 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) { in hdl_add()
163 if ((gdp = alist_append(&ghp->gh_depends, &gd, in hdl_add()
266 ghp->gh_depends = NULL; in hdl_create()
334 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) in hdl_create()
404 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) { in hdl_initialize()
1157 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) { in dlsym_handle()
1185 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) { in dlsym_handle()
1438 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) { in dlsym_intn()
H A Dobject.c390 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) { in elf_obj_fini()
H A Dtsort.c438 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, in dep_visit()
H A Danalyze.c2326 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) { in load_finish()
2852 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) { in lookup_sym_direct()
H A Delf.c1169 for (ALIST_TRAVERSE(ghp->gh_depends, idx, gdp)) {
2810 for (ALIST_TRAVERSE(ghp->gh_depends, idx2, gdp)) {
H A Dutil.c3532 for (ALIST_TRAVERSE(ghp2->gh_depends, idx3, gdp)) { in callable()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h531 Alist *gh_depends; /* handle dependency list */ member
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c1092 if (gh.gh_depends == 0) { in dcmd_GrpHdl()
1097 addr = (uintptr_t)gh.gh_depends; in dcmd_GrpHdl()