Home
last modified time | relevance | path

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

/freebsd-14.2/libexec/rtld-elf/
H A Drtld.c497 const char *argv0, *binpath, *library_path_rpath, *static_tls_extra; in _rtld() local
711 library_path_rpath = ld_get_env_var(LD_LIBRARY_PATH_RPATH); in _rtld()
712 if (library_path_rpath != NULL) { in _rtld()
713 if (library_path_rpath[0] == 'y' || in _rtld()
714 library_path_rpath[0] == 'Y' || in _rtld()
715 library_path_rpath[0] == '1') in _rtld()