Home
last modified time | relevance | path

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

/freebsd/sbin/ldconfig/
H A Dldconfig.c58 const char *hints_file; in main() local
80 hints_file = __PATH_ELF_HINTS("32"); in main()
82 hints_file = _PATH_ELF_HINTS; in main()
92 hints_file = optarg; in main()
116 list_elf_hints(hints_file); in main()
120 update_elf_hints(hints_file, argc - optind, in main()