Home
last modified time | relevance | path

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

/freebsd/include/
H A Ddlfcn.h109 unsigned int dls_cnt; /* number of path entries */ member
/freebsd/libexec/rtld-elf/
H A Drtld.c2204 smeta.dls_cnt = 0; in gethints()
2206 hmeta.dls_cnt = 0; in gethints()
2226 sargs.strspace = (char *)&SLPinfo->dls_serpath[smeta.dls_cnt]; in gethints()
2231 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt]; in gethints()
2245 for (hintndx = 0; hintndx < hmeta.dls_cnt; hintndx++, hintpath++) { in gethints()
2251 for (SLPndx = 0; SLPndx < smeta.dls_cnt; SLPndx++, SLPpath++) { in gethints()
4328 arg->serinfo->dls_cnt++; in fill_search_info()
4358 _info.dls_cnt = 0; in do_search_info()
4371 info->dls_cnt = _info.dls_cnt; in do_search_info()
4375 if (info->dls_cnt != _info.dls_cnt || in do_search_info()
[all …]