Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/rtld-elf/
H A Drtld.c298 static bool ld_library_path_rpath = false; variable
727 ld_library_path_rpath = true; in _rtld()
729 ld_library_path_rpath = false; in _rtld()
1917 if (objgiven && refobj->rpath != NULL && ld_library_path_rpath) { in find_library()