Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dstrings.c619 unsigned char *remap_base = elfmap_base; in read_block() local
651 remap_base + read_now - to_keep, to_keep); in read_block()
652 remap_base = elfmap_base; in read_block()
661 if (mmap (remap_base, read_now, PROT_READ, in read_block()
667 process_chunk (fname, remap_base - to_keep, in read_block()
/third_party/protobuf/src/google/protobuf/stubs/
Dstructurally_valid.cc93 const RemapEntry* remap_base; member