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

/freebsd-10.0-release/libexec/rtld-elf/
H A Drtld.c1597 struct dl_serinfo smeta, hmeta, *SLPinfo, *hintinfo; local
1660 hintinfo = xmalloc(hmeta.dls_size);
1671 hargs.serinfo = hintinfo;
1672 hargs.serpath = &hintinfo->dls_serpath[0];
1673 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt];
1685 hintpath = &hintinfo->dls_serpath[0];
1717 free(hintinfo);

Completed in 72 milliseconds