Home
last modified time | relevance | path

Searched refs:b_depend (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddynamic.c79 if (dlmp != bdp->b_depend) in update_dynamic()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtsort.c124 Rt_map *lmp3 = bdp->b_depend; in sort_scc()
410 if ((min = _dep_visit(lml, min, lmp, bdp->b_depend, in dep_visit()
H A Dremove.c428 Rt_map *dlmp = bdp->b_depend; in remove_lists()
721 Rt_map *dlmp = bdp->b_depend; in remove_rescan()
1183 Rt_map *dlmp = bdp->b_depend; in remove_hdl()
H A Danalyze.c2370 Rt_map *dlmp2 = bdp->b_depend; in load_finish()
3293 if (bdp->b_depend == dlmp) { in bind_one()
3307 bdp->b_depend = dlmp; in bind_one()
H A Ddlfcns.c418 Rt_map *dlmp = bdp->b_depend; in hdl_initialize()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c294 dbg_print(lml, MSG_INTL(MSG_FIL_BND_FILE), NAME(bdp->b_depend), in Dbg_file_bind_entry()
359 NAME(bdp->b_depend), in Dbg_file_bindings()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h94 Rt_map *b_depend; /* dependency (destination) of a */ member
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c255 if ((str = Rtmap_Name((uintptr_t)bnd.b_depend)) == 0) in dcmd_Bind()
257 mdb_printf(MSG_ORIG(MSG_BND_LINE2), bnd.b_depend, str); in dcmd_Bind()