Searched refs:handled_to (Results 1 – 1 of 1) sorted by relevance
637 off64_t handled_to = elfmap_off + elfmap_size; in read_block() local669 read_now = MIN (to - handled_to, in read_block()672 assert (handled_to % ps == 0); in read_block()673 assert (handled_to % bytes_per_char == 0); in read_block()675 MAP_PRIVATE | MAP_POPULATE | MAP_FIXED, fd, handled_to) in read_block()678 elfmap_off = handled_to; in read_block()684 handled_to += read_now; in read_block()685 if (handled_to >= to) in read_block()