Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_linker.c1937 linker_lookup_file(const char *path, int pathlen, const char *name, in linker_lookup_file() function
2096 result = linker_lookup_file(path, pathlen, cp, clen, &mattr); in linker_hints_lookup()
2098 result = linker_lookup_file(path, pathlen, best, blen, &mattr); in linker_hints_lookup()
2119 result = linker_lookup_file(path, pathlen, modname, in linker_hints_lookup()
2168 result = linker_lookup_file(cp, ep - cp, name, len, NULL); in linker_search_kld()