Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dstrings.c460 const size_t mmap_max = 0x4000000000lu; in map_file() local
462 const size_t mmap_max = 0x40000000lu; in map_file()
466 size_t map_size = MIN ((off_t) mmap_max, fdlen); in map_file()