Searched refs:rdflags (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 201 uint_t rdflags, uint_t cdflags) in hdl_create() argument 284 if (hdl_add(ghp, rlmp, rdflags, NULL) == NULL) in hdl_create() 669 uint_t hflags, rdflags, cdflags; in dlmopen_core() local 694 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS); in dlmopen_core() 709 if ((ghp = hdl_create(lml, 0, clmp, hflags, rdflags, in dlmopen_core()
|
H A D | analyze.c | 2169 uint_t rdflags; in load_finish() local 2222 rdflags = (GPD_DLSYM | GPD_RELOC | GPD_ADDEPS); in load_finish() 2283 if ((ghp = hdl_create(lml, nlmp, clmp, hflags, rdflags, in load_finish() 2343 if ((gdp = hdl_add(ghp, nlmp, rdflags, &ale)) == NULL) in load_finish() 2396 hdl_add(ghp, dlmp1, rdflags, &ale)) == NULL) { in load_finish()
|
H A D | elf.c | 993 uint_t hflags, rdflags, cdflags; local 1021 rdflags = (GPD_DLSYM | GPD_RELOC); 1035 hflags, rdflags, cdflags)) == NULL)
|