Home
last modified time | relevance | path

Searched refs:RTLD_DI_CONFIGADDR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/head/
H A Ddlfcn.h196 #define RTLD_DI_CONFIGADDR 3 /* obtain config addr */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.msg52 @ MSG_RTLD_DI_CONFIGADDR "RTLD_DI_CONFIGADDR"
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c374 if (dlinfo((void *)NULL, RTLD_DI_CONFIGADDR, &info) == -1) { in dumpconfig()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1832 if (request == RTLD_DI_CONFIGADDR) { in dlinfo_core()