Home
last modified time | relevance | path

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

/freebsd-13-stable/libexec/rtld-elf/
HDrtld_paths.h30 #undef _PATH_ELF_HINTS
41 #define _PATH_ELF_HINTS _PATH_ELF32_HINTS macro
49 #ifndef _PATH_ELF_HINTS
50 #define _PATH_ELF_HINTS "/var/run/ld-elf.so.hints" macro
HDrtld.c304 const char *ld_elf_hints_default = _PATH_ELF_HINTS;
/freebsd-13-stable/include/
HDelf-hints.h48 #define _PATH_ELF_HINTS "/var/run/ld-elf.so.hints" macro
/freebsd-13-stable/sbin/ldconfig/
HDldconfig.c90 hints_file = _PATH_ELF_HINTS; in main()