Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Ddlfcn.h202 #define RTLD_DI_PROFILEOUT 8 /* obtain profile output name */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.msg57 @ MSG_RTLD_DI_PROFILEOUT "RTLD_DI_PROFILEOUT"
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c194 if (dlinfo((void *)NULL, RTLD_DI_PROFILEOUT, &dir) == -1) in profile_open()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1857 if (request == RTLD_DI_PROFILEOUT) { in dlinfo_core()