Home
last modified time | relevance | path

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

/dragonfly/libexec/rtld-elf/
H A Drtld.c1696 struct dl_serinfo smeta, hmeta, *SLPinfo, *hintinfo; in gethints() local
1747 hmeta.dls_size = __offsetof(struct dl_serinfo, dls_serpath); in gethints()
1748 hmeta.dls_cnt = 0; in gethints()
1753 hargs.serinfo = &hmeta; in gethints()
1759 hintinfo = xmalloc(hmeta.dls_size); in gethints()
1772 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt]; in gethints()
1785 for (hintndx = 0; hintndx < hmeta.dls_cnt; hintndx++, hintpath++) { in gethints()