Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.c518 const char *argv0, *binpath, *library_path_rpath, *static_tls_extra; in _rtld() local
758 library_path_rpath = ld_get_env_var(LD_LIBRARY_PATH_RPATH); in _rtld()
759 if (library_path_rpath != NULL) { in _rtld()
760 if (library_path_rpath[0] == 'y' || in _rtld()
761 library_path_rpath[0] == 'Y' || in _rtld()
762 library_path_rpath[0] == '1') in _rtld()