Searched refs:textptr (Results 1 – 1 of 1) sorted by relevance
2262 uintptr_t text = 0, data, textptr; in get_progbits() local2362 textptr = (uintptr_t)mp->text; in get_progbits()2363 textptr = ALIGN(textptr, tp->align); in get_progbits()2401 textptr = ALIGN(textptr, shp->sh_addralign); in get_progbits()2402 shp->sh_addr = textptr; in get_progbits()2403 textptr += shp->sh_size; in get_progbits()