Searched refs:handled_to (Results 1 – 1 of 1) sorted by relevance
626 off_t handled_to = elfmap_off + elfmap_size; in read_block() local658 read_now = MIN (to - handled_to, in read_block()661 assert (handled_to % ps == 0); in read_block()662 assert (handled_to % bytes_per_char == 0); in read_block()664 MAP_PRIVATE | MAP_POPULATE | MAP_FIXED, fd, handled_to) in read_block()667 elfmap_off = handled_to; in read_block()673 handled_to += read_now; in read_block()674 if (handled_to >= to) in read_block()