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

/freebsd-current/include/
H A Ddlfcn.h110 Dl_serpath dls_serpath[1]; /* there may be more than one */ member in struct:dl_serinfo
/freebsd-current/libexec/rtld-elf/
H A Drtld.c2178 smeta.dls_size = __offsetof(struct dl_serinfo, dls_serpath);
2180 hmeta.dls_size = __offsetof(struct dl_serinfo, dls_serpath);
2200 sargs.serpath = &SLPinfo->dls_serpath[0];
2201 sargs.strspace = (char *)&SLPinfo->dls_serpath[smeta.dls_cnt];
2205 hargs.serpath = &hintinfo->dls_serpath[0];
2206 hargs.strspace = (char *)&hintinfo->dls_serpath[hmeta.dls_cnt];
2219 hintpath = &hintinfo->dls_serpath[0];
2222 SLPpath = &SLPinfo->dls_serpath[0];
4297 _info.dls_size = __offsetof(struct dl_serinfo, dls_serpath);
4321 args.serpath = &info->dls_serpath[
[all...]

Completed in 184 milliseconds