Searched refs:linker_lookup_file (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_linker.c | 1777 linker_lookup_file(const char *path, int pathlen, const char *name, in linker_lookup_file() function 1932 result = linker_lookup_file(path, pathlen, cp, clen, &mattr); in linker_hints_lookup() 1934 result = linker_lookup_file(path, pathlen, best, blen, &mattr); in linker_hints_lookup() 1955 result = linker_lookup_file(path, pathlen, modname, in linker_hints_lookup() 2004 result = linker_lookup_file(cp, ep - cp, name, len, NULL); in linker_search_kld()
|