Home
last modified time | relevance | path

Searched refs:elfmap_off (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/src/
Dstrings.c137 static off64_t elfmap_off; variable
581 elfmap_off = from & ~(ps - 1); in read_block()
582 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size); in read_block()
603 if (to < (off64_t) elfmap_off || from > (off64_t) (elfmap_off + elfmap_size)) in read_block()
609 elfmap_off = from & ~(ps - 1); in read_block()
621 if (from >= (off64_t) elfmap_off in read_block()
622 && from < (off64_t) (elfmap_off + elfmap_size)) in read_block()
625 process_chunk (fname, elfmap_base + (from - elfmap_off), in read_block()
626 MIN (to, (off64_t) (elfmap_off + elfmap_size)), in read_block()
627 MIN (to, (off64_t) (elfmap_off + elfmap_size)) - from, in read_block()
[all …]