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

/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c1643 struct dl_serinfo smeta, hmeta, *SLPinfo, *hintinfo; local
1715 hmeta.dls_size = __offsetof(struct dl_serinfo, dls_serpath);
1716 hmeta.dls_cnt = 0;
1721 hargs.serinfo = &hmeta;
1727 hintinfo = xmalloc(hmeta.dls_size);
1740 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt];
1753 for (hintndx = 0; hintndx < hmeta.dls_cnt; hintndx++, hintpath++) {

Completed in 116 milliseconds