Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.c303 static bool ld_library_path_rpath = false; variable
745 ld_library_path_rpath = true; in _rtld()
747 ld_library_path_rpath = false; in _rtld()
1904 if (objgiven && refobj->rpath != NULL && ld_library_path_rpath) { in find_library()