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.c519 const char *argv0, *binpath, *library_path_rpath, *static_tls_extra; in _rtld() local
736 library_path_rpath = ld_get_env_var(LD_LIBRARY_PATH_RPATH); in _rtld()
737 if (library_path_rpath != NULL) { in _rtld()
738 if (library_path_rpath[0] == 'y' || in _rtld()
739 library_path_rpath[0] == 'Y' || in _rtld()
740 library_path_rpath[0] == '1') in _rtld()