Home
last modified time | relevance | path

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

/netbsd-src/libexec/ld.elf_so/
H A Dexpand.c45 size_t _rtld_expand_path(char *, size_t, const char *, const char *,
113 _rtld_expand_path(char *buf, size_t bufsize, const char *execname, in _rtld_expand_path() function
167 size_t n = _rtld_expand_path(buf, sizeof(buf), argv[0], p, ep); in main()
H A Drtld.h410 size_t _rtld_expand_path(char *, size_t, const char *, const char *,\
H A Dpaths.c179 len = _rtld_expand_path(epath, sizeof(epath), execname, bp, ep); in _rtld_append_path()
/netbsd-src/usr.bin/ldd/elf64/
H A DMakefile22 _rtld_expand_path \