Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/
H A Drtld.c186 static const char *ld_elf_hints_path; /* Env var. for alternative hints path */ variable
430 ld_elf_hints_path = _getenv_ld("LD_ELF_HINTS_PATH"); in _rtld()
434 || (ld_elf_hints_path != NULL) in _rtld()
442 if ((ld_elf_hints_path == NULL) || strlen(ld_elf_hints_path) == 0) in _rtld()
443 ld_elf_hints_path = _PATH_ELF_HINTS; in _rtld()
1709 if ((fd = open(ld_elf_hints_path, O_RDONLY | O_CLOEXEC)) == -1) in gethints()