Searched refs:cdflags (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 368 if (clmp && (hdl_add(ghp, clmp, cdflags, NULL) == NULL)) in hdl_create() 669 uint_t hflags, rdflags, cdflags; in dlmopen_core() local 705 cdflags = GPD_PARENT; in dlmopen_core() 707 cdflags |= GPD_RELOC; in dlmopen_core() 710 cdflags)) == NULL) in dlmopen_core()
|
H A D | analyze.c | 2232 uint_t oflags, hflags, cdflags = 0; in load_finish() local 2269 cdflags |= GPD_PARENT; in load_finish() 2271 cdflags |= GPD_RELOC; in load_finish() 2284 cdflags)) == NULL) in load_finish()
|
H A D | elf.c | 993 uint_t hflags, rdflags, cdflags; local 1031 cdflags = GPD_PARENT; 1035 hflags, rdflags, cdflags)) == NULL)
|