Searched refs:rdflags (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c192 * rdflags - provide group dependency flags for the reference link-map rlmp,
200 uint_t rdflags, uint_t cdflags)
283 if (hdl_add(ghp, rlmp, rdflags, NULL) == NULL)
668 uint_t hflags, rdflags, cdflags; local
693 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS);
708 if ((ghp = hdl_create(lml, 0, clmp, hflags, rdflags,
199 hdl_create(Lm_list *lml, Rt_map *rlmp, Rt_map *clmp, uint_t hflags, uint_t rdflags, uint_t cdflags) argument
H A Danalyze.c2169 uint_t rdflags; local
2222 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS);
2283 if ((ghp = hdl_create(lml, nlmp, clmp, hflags, rdflags,
2343 if ((gdp = hdl_add(ghp, nlmp, rdflags, &ale)) == NULL)
2396 hdl_add(ghp, dlmp1, rdflags, &ale)) == NULL) {
H A Delf.c990 uint_t hflags, rdflags, cdflags; local
1018 rdflags = (GPD_DLSYM | GPD_RELOC);
1032 hflags, rdflags, cdflags)) == NULL)

Completed in 105 milliseconds