Searched refs:_rtld_expand_path (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/libexec/ld.elf_so/ |
H A D | expand.c | 45 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 D | rtld.h | 410 size_t _rtld_expand_path(char *, size_t, const char *, const char *,\
|
H A D | paths.c | 179 len = _rtld_expand_path(epath, sizeof(epath), execname, bp, ep); in _rtld_append_path()
|
/netbsd-src/usr.bin/ldd/elf64/ |
H A D | Makefile | 22 _rtld_expand_path \
|