Searched refs:RTLD_DI_LINKMAP (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dlink_init.c | 55 if (dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &lmp) == -1 || lmp == NULL) { in dtrace_drti_init()
|
/illumos-gate/usr/src/head/ |
H A D | dlfcn.h | 195 #define RTLD_DI_LINKMAP 2 /* obtain link-map */ macro
|
/illumos-gate/usr/src/cmd/sgs/moe/common/ |
H A D | moe.c | 133 if (dlinfo(handle, RTLD_DI_LINKMAP, &lmp) == -1) { in openlib()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | dl.msg | 51 @ MSG_RTLD_DI_LINKMAP "RTLD_DI_LINKMAP"
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | dlfcns.c | 1932 if (request == RTLD_DI_LINKMAP) { in dlinfo_core()
|
/illumos-gate/usr/src/lib/smhba/common/ |
H A D | SMHBAAPILIB.c | 1579 if (dlinfo(handle, RTLD_DI_LINKMAP, &map) >= 0) { in HBA_GetWrapperLibraryAttributes() 3496 if (dlinfo(handle, RTLD_DI_LINKMAP, &map) >= 0) { in SMHBA_GetWrapperLibraryAttributes()
|
/illumos-gate/usr/src/lib/hbaapi/common/ |
H A D | HBAAPILIB.c | 1258 if(dlinfo(handle, RTLD_DI_LINKMAP, &map) >= 0) { in HBA_GetWrapperLibraryAttributes()
|