Home
last modified time | relevance | path

Searched refs:GPD_REMOVE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c1160 gdp->gd_flags |= GPD_REMOVE; in remove_hdl()
1202 if (gdp->gd_flags & GPD_REMOVE) in remove_hdl()
1203 gdp->gd_flags &= ~GPD_REMOVE; in remove_hdl()
1210 if (gdp4->gd_flags & GPD_REMOVE) in remove_hdl()
1211 gdp4->gd_flags &= ~GPD_REMOVE; in remove_hdl()
1252 (gdp->gd_flags & GPD_REMOVE)) in remove_hdl()
1255 if (gdp->gd_flags & GPD_REMOVE) in remove_hdl()
1256 gdp->gd_flags &= ~GPD_REMOVE; in remove_hdl()
1302 } else if (gdp->gd_flags & GPD_REMOVE) in remove_hdl()
1451 if ((flags & GPD_REMOVE) == 0) in remove_hdl()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dgroup.c122 { GPD_REMOVE, MSG_GPD_REMOVE }, in conv_grpdesc_flags()
H A Dgroup.msg40 @ MSG_GPD_REMOVE "GPD_REMOVE"
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h577 #define GPD_REMOVE 0x0100 /* descriptor is a candidate for */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c166 { MSG_ORIG(MSG_GPD_REMOVE), GPD_REMOVE, GPD_REMOVE },