Searched defs:dshp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c1753 Shdr *dshp, *dstrp, *shp; local
1759 for (dshp = NULL, shn = 1; shn < mp->hdr.e_shnum; shn++) {
1763 if (dshp != NULL) {
1770 dshp = shp;
1777 if (dshp == NULL)
1780 if (dshp->sh_link > mp->hdr.e_shnum) {
1782 _kobj_printf(ops, "no section for sh_link %d\n", dshp->sh_link);
1785 dstrp = (Shdr *)(mp->shdrs + dshp->sh_link * mp->hdr.e_shentsize);
1796 dyndata = kobj_alloc(dshp->sh_size, KM_WAIT|KM_TMP);
1797 if (kobj_read_file(file, dyndata, dshp
[all...]

Completed in 52 milliseconds