Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld.c2084 struct dl_serinfo smeta, hmeta, *SLPinfo, *hintinfo; in gethints() local
2205 hmeta.dls_size = __offsetof(struct dl_serinfo, dls_serpath); in gethints()
2206 hmeta.dls_cnt = 0; in gethints()
2211 hargs.serinfo = &hmeta; in gethints()
2218 hintinfo = xmalloc(hmeta.dls_size); 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()