Searched refs:textptr (Results 1 – 1 of 1) sorted by relevance
2280 uintptr_t text = 0, data, textptr; in get_progbits() local2380 textptr = (uintptr_t)mp->text; in get_progbits()2381 textptr = ALIGN(textptr, tp->align); in get_progbits()2419 textptr = ALIGN(textptr, shp->sh_addralign); in get_progbits()2420 shp->sh_addr = textptr; in get_progbits()2421 textptr += shp->sh_size; in get_progbits()