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

/freebsd-12-stable/libexec/rtld-elf/
H A Dpaths.h32 #undef _PATH_ELF_HINTS macro
35 #define _PATH_ELF_HINTS "/var/run/ld-elf32.so.hints" macro
42 #ifndef _PATH_ELF_HINTS
43 #define _PATH_ELF_HINTS "/var/run/ld-elf.so.hints" macro
H A Drtld.c295 const char *ld_elf_hints_default = _PATH_ELF_HINTS;
/freebsd-12-stable/include/
H A Delf-hints.h50 #define _PATH_ELF_HINTS "/var/run/ld-elf.so.hints" macro
/freebsd-12-stable/sbin/ldconfig/
H A Dldconfig.c63 #undef _PATH_ELF_HINTS macro
64 #define _PATH_ELF_HINTS "./ld-elf.so.hints" macro
146 hints_file = is_aout ? _PATH_LD_HINTS : _PATH_ELF_HINTS;

Completed in 179 milliseconds