Home
last modified time | relevance | path

Searched refs:ORIGNAME (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c416 ORIGNAME(lmp), _len); in expand()
1253 name = ORIGNAME(lmp) = PATHNAME(lmp); in fullpath()
H A Dconfig_elf.c98 ORIGNAME(lmp) = _cname; in elf_config_validate()
H A Ddlfcns.c2030 (void) strncpy(str, ORIGNAME(lmp), DIRSZ(lmp)); in dlinfo_core()
H A Danalyze.c1914 ORIGNAME(nlmp) = ndir; in load_file()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h963 #define ORIGNAME(X) ((X)->rt_origname) macro