Searched refs:handled_to (Results 1 – 1 of 1) sorted by relevance
624 off_t handled_to = elfmap_off + elfmap_size; in read_block() local656 read_now = MIN (to - handled_to, in read_block()659 assert (handled_to % ps == 0); in read_block()660 assert (handled_to % bytes_per_char == 0); in read_block()662 MAP_PRIVATE | MAP_POPULATE | MAP_FIXED, fd, handled_to) in read_block()665 elfmap_off = handled_to; in read_block()671 handled_to += read_now; in read_block()672 if (handled_to >= to) in read_block()