Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_linker.c1777 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()