Home
last modified time | relevance | path

Searched refs:GPD_RELOC (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dgroup.c118 { GPD_RELOC, MSG_GPD_RELOC }, in conv_grpdesc_flags()
H A Dgroup.msg36 @ MSG_GPD_RELOC "GPD_RELOC"
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c424 (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS), NULL) == NULL) in hdl_initialize()
695 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS); in dlmopen_core()
708 cdflags |= GPD_RELOC; in dlmopen_core()
H A Danalyze.c2212 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS); in load_finish()
2261 cdflags |= GPD_RELOC; in load_finish()
H A Delf.c995 rdflags = (GPD_DLSYM | GPD_RELOC);
H A Dutil.c3536 if (gdp->gd_flags & GPD_RELOC) in callable()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h571 #define GPD_RELOC 0x0002 /* dependency available to satisfy */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c162 { MSG_ORIG(MSG_GPD_RELOC), GPD_RELOC, GPD_RELOC },