Home
last modified time | relevance | path

Searched refs:GPD_ADDEPS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dgroup.c119 { GPD_ADDEPS, MSG_GPD_ADDEPS }, in conv_grpdesc_flags()
H A Dgroup.msg37 @ MSG_GPD_ADDEPS "GPD_ADDEPS"
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c638 ((gdp->gd_flags & GPD_ADDEPS) == 0)) in gdp_collect()
890 GPD_ADDEPS, 0)) == NULL) || in remove_lmc()
1082 (GPD_FILTER | GPD_ADDEPS)) != GPD_FILTER) in remove_hdl()
1110 if ((gdp4->gd_flags & GPD_ADDEPS) == 0) in remove_hdl()
H A Ddlfcns.c414 if ((gdp->gd_flags & GPD_ADDEPS) == 0) in hdl_initialize()
424 (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS), NULL) == NULL) in hdl_initialize()
695 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS); in dlmopen_core()
H A Danalyze.c2212 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS); in load_finish()
2330 if ((gdp->gd_flags & GPD_ADDEPS) == 0) in load_finish()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h573 #define GPD_ADDEPS 0x0004 /* dependencies of this dependency */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c163 { MSG_ORIG(MSG_GPD_ADDEPS), GPD_ADDEPS, GPD_ADDEPS },