Searched defs:use_mmap (Results 1 – 9 of 9) sorted by relevance
35 pool *make_pool( int use_mmap ) in make_pool()56 void push(pool *p, int use_mmap ) in push()73 void pop(pool *p, int use_mmap) in pop()86 void destroy_pool(pool *p, int use_mmap) in destroy_pool()
72 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()
132 check_elf (const char *fname, int class, int use_mmap) in check_elf()
86 int use_mmap; member
920 int use_mmap = 0; in _nl_load_domain() local
245 for (int use_mmap = 0; use_mmap < 2; use_mmap++) { in SharedPrintfCode() local
605 int use_mmap = (cmd == ELF_C_READ_MMAP || cmd == ELF_C_RDWR_MMAP in read_file() local
119 static int use_mmap = 1; variable
2652 #define use_mmap(M) ((M)->mflags & USE_MMAP_BIT) macro