Home
last modified time | relevance | path

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

/external/elfutils/src/
Dstrings.c544 size_t to_keep = unprinted != NULL ? 0 : min_len_bytes; in read_block_no_mmap() local
546 memmove (buf, buf + nb - to_keep, to_keep); in read_block_no_mmap()
547 ntrailer = to_keep; in read_block_no_mmap()
649 size_t to_keep = unprinted != NULL ? 0 : min_len_bytes; in read_block() local
651 assert (read_now >= to_keep); in read_block()
652 memmove (elfmap_base - to_keep, in read_block()
653 remap_base + read_now - to_keep, to_keep); in read_block()
669 process_chunk (fname, remap_base - to_keep, in read_block()
671 to_keep + (read_now & ~(bytes_per_char - 1)), in read_block()