Searched refs:hintinfo (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
1727 hintinfo = xmalloc(hmeta.dls_size);
1738 hargs.serinfo = hintinfo;
1739 hargs.serpath = &hintinfo->dls_serpath[0];
1740 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt];
1752 hintpath = &hintinfo->dls_serpath[0];
1784 free(hintinfo);

Completed in 107 milliseconds