Home
last modified time | relevance | path

Searched defs:use_mmap (Results 1 – 14 of 14) sorted by relevance

/external/elfutils/tests/
Dnewdata.c72 create_elf (int fd, int class, int use_mmap) in create_elf()
156 read_elf (int fd, int use_mmap) in read_elf()
236 check_elf (int class, int use_mmap) in check_elf()
Daddsections.c73 add_sections (const char *name, size_t nr, int use_mmap) in add_sections()
293 bool use_mmap = false; in main() local
Delfcopy.c72 copy_elf (const char *in, const char *out, bool use_mmap) in copy_elf()
274 bool use_mmap = false; in main() local
Dvendorelf.c35 check_elf (const char *fname, int class, int use_mmap) in check_elf()
Demptyfile.c65 check_elf (const char *fname, int class, int use_mmap) in check_elf()
Delfstrtab.c132 check_elf (const char *fname, int class, int use_mmap) in check_elf()
Dfillfile.c199 check_elf (const char *fname, int class, int use_mmap) in check_elf()
/external/e2fsprogs/intl/
DgettextP.h86 int use_mmap; member
Dloadmsgcat.c920 int use_mmap = 0; in _nl_load_domain() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc245 for (int use_mmap = 0; use_mmap < 2; use_mmap++) { in SharedPrintfCode() local
/external/elfutils/libelf/
Delf_begin.c633 int use_mmap = (cmd == ELF_C_READ_MMAP || cmd == ELF_C_RDWR_MMAP in read_file() local
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2130 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) macro
/external/libffi/src/
Ddlmalloc.c2125 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) macro
/external/dlmalloc/
Dmalloc.c2652 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) macro