Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dgroup.c67 { GPH_FIRST, MSG_GPH_FIRST }, in conv_grphdl_flags()
H A Dgroup.msg31 @ MSG_GPH_FIRST "GPH_FIRST"
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c227 if ((aghp->gh_flags & GPH_FIRST) == (hflags & GPH_FIRST)) { in hdl_create()
684 hflags |= GPH_FIRST; in dlmopen_core()
1102 if ((nlmp != lmp) && (ghp->gh_flags & GPH_FIRST)) in dlsym_handle()
1167 if (ghp->gh_flags & GPH_FIRST) in dlsym_handle()
H A Delf.c983 GPH_FIRST | GPH_FILTEE);
1188 (ghp->gh_flags & GPH_FIRST))
H A Danalyze.c2244 hflags |= GPH_FIRST; in load_finish()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h549 #define GPH_FIRST 0x0040 /* dlsym() can only use originating */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c154 { MSG_ORIG(MSG_GPH_FIRST), GPH_FIRST, GPH_FIRST },