Searched refs:textptr (Results 1 – 1 of 1) sorted by relevance
2345 uintptr_t text = 0, data, textptr; in get_progbits() local2445 textptr = (uintptr_t)mp->text; in get_progbits()2446 textptr = ALIGN(textptr, tp->align); in get_progbits()2484 textptr = ALIGN(textptr, shp->sh_addralign); in get_progbits()2485 shp->sh_addr = textptr; in get_progbits()2486 textptr += shp->sh_size; in get_progbits()