Home
last modified time | relevance | path

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

/freebsd/include/
H A Ddlfcn.h103 char * dls_name; /* single search path entry */ member
/freebsd/libexec/rtld-elf/
H A Drtld.c2253 if (!strcmp(hintpath->dls_name, SLPpath->dls_name)) { in gethints()
2269 flen = strlen(hintpath->dls_name); in gethints()
2270 strncpy((filtered_path + fndx), hintpath->dls_name, flen); in gethints()
4335 s_entry->dls_name = arg->strspace; in fill_search_info()