Home
last modified time | relevance | path

Searched refs:GPH_ZERO (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dgroup.c65 { GPH_ZERO, MSG_GPH_ZERO }, in conv_grphdl_flags()
H A Dgroup.msg29 @ MSG_GPH_ZERO "GPH_ZERO"
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c212 if (hflags & GPH_ZERO) in hdl_create()
278 if (hflags & GPH_ZERO) { in hdl_create()
319 ((ghp->gh_flags & GPH_ZERO) == 0)) { in hdl_create()
473 if (ghp->gh_flags & GPH_ZERO) { in dlclose_core()
491 if (ghp->gh_flags & GPH_ZERO) in dlclose_core()
682 hflags = (GPH_PUBLIC | GPH_ZERO); in dlmopen_core()
1088 if (ghp->gh_flags & GPH_ZERO) { in dlsym_handle()
H A Dremove.c1501 ((ghp->gh_flags & GPH_ZERO) == 0)) { in remove_hdl()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h547 #define GPH_ZERO 0x0010 /* special handle for dlopen(0) */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c152 { MSG_ORIG(MSG_GPH_ZERO), GPH_ZERO, GPH_ZERO },