Home
last modified time | relevance | path

Searched refs:rt_pathname (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h668 const char *rt_pathname; /* full pathname of loaded object */ member
749 uint32_t rt_pathname; member
925 #define PATHNAME(X) ((X)->rt_pathname)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c2325 info.dlpi_name = lmp->rt_pathname; in dl_iterate_phdr()