Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c202 uint_t rdflags, uint_t cdflags) in hdl_create() argument
285 if (hdl_add(ghp, rlmp, rdflags, NULL) == NULL) in hdl_create()
670 uint_t hflags, rdflags, cdflags; in dlmopen_core() local
695 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS); in dlmopen_core()
710 if ((ghp = hdl_create(lml, 0, clmp, hflags, rdflags, in dlmopen_core()
H A Danalyze.c2159 uint_t rdflags; in load_finish() local
2212 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS); in load_finish()
2273 if ((ghp = hdl_create(lml, nlmp, clmp, hflags, rdflags, in load_finish()
2333 if ((gdp = hdl_add(ghp, nlmp, rdflags, &ale)) == NULL) in load_finish()
2386 hdl_add(ghp, dlmp1, rdflags, &ale)) == NULL) { in load_finish()
H A Delf.c967 uint_t hflags, rdflags, cdflags; local
995 rdflags = (GPD_DLSYM | GPD_RELOC);
1009 hflags, rdflags, cdflags)) == NULL)