Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dgroup.c66 { GPH_LDSO, MSG_GPH_LDSO }, in conv_grphdl_flags()
H A Dgroup.msg30 @ MSG_GPH_LDSO "GPH_LDSO"
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h548 #define GPH_LDSO 0x0020 /* special handle for ld.so.1 */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c153 { MSG_ORIG(MSG_GPH_LDSO), GPH_LDSO, GPH_LDSO },
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c1064 if (ghp->gh_flags & GPH_LDSO) { in remove_hdl()
H A Ddlfcns.c301 if ((hflags & GPH_LDSO) == 0) in hdl_create()
H A Delf.c982 hflags = (GPH_PUBLIC | GPH_LDSO |