Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrings.c138 static off64_t elfmap_off; variable
586 elfmap_off = from & ~(ps - 1); in read_block()
587 elfmap_base = elfmap = map_file (fd, elfmap_off, fdlen, &elfmap_size); in read_block()
606 if (to < (off64_t) elfmap_off || from > (off64_t) (elfmap_off + elfmap_size)) in read_block()
612 elfmap_off = from & ~(ps - 1); in read_block()
624 if (from >= (off64_t) elfmap_off in read_block()
625 && from < (off64_t) (elfmap_off + elfmap_size)) in read_block()
628 process_chunk (fname, elfmap_base + (from - elfmap_off), in read_block()
629 MIN (to, (off64_t) (elfmap_off + elfmap_size)), in read_block()
630 MIN (to, (off64_t) (elfmap_off + elfmap_size)) - from, in read_block()
[all …]