Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Ddlfcn.h200 #define RTLD_DI_PROFILENAME 7 /* obtain profile object name */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Ddl.msg56 @ MSG_RTLD_DI_PROFILENAME "RTLD_DI_PROFILENAME"
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c150 if (dlinfo((void *)NULL, RTLD_DI_PROFILENAME, &pname) == -1) in la_version()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c1848 if (request == RTLD_DI_PROFILENAME) { in dlinfo_core()