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

/freebsd-10-stable/include/
H A Delf-hints.h48 #define _PATH_ELF_HINTS "/var/run/ld-elf.so.hints" macro
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.h46 #undef _PATH_ELF_HINTS macro
47 #define _PATH_ELF_HINTS "/var/run/ld-elf32.so.hints" macro
H A Drtld.c450 ld_elf_hints_path = _PATH_ELF_HINTS;
/freebsd-10-stable/sbin/ldconfig/
H A Dldconfig.c61 #undef _PATH_ELF_HINTS macro
62 #define _PATH_ELF_HINTS "./ld-elf.so.hints" macro
136 hints_file = is_aout ? _PATH_LD_HINTS : _PATH_ELF_HINTS;

Completed in 90 milliseconds