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

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c2280 uintptr_t text = 0, data, textptr; local
2380 textptr = (uintptr_t)mp->text;
2381 textptr = ALIGN(textptr, tp->align);
2419 textptr = ALIGN(textptr, shp->sh_addralign);
2420 shp->sh_addr = textptr;
2421 textptr += shp->sh_size;

Completed in 54 milliseconds