Searched refs:use_mmap (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20070815.c38 int use_mmap = 0; local
45 use_mmap = 1;
55 (use_mmap && (read_write & 8))
58 (use_mmap && (read_write & 8)) ? &_IO_file_jumps_maybe_mmap :
/haiku-buildtools/legacy/binutils/intl/
H A Dloadmsgcat.c73 int use_mmap = 0; local
113 use_mmap = 1;
154 if (use_mmap)
171 domain->use_mmap = use_mmap;
193 if (use_mmap)
215 if (domain->use_mmap)
H A DgettextP.h61 int use_mmap; member in struct:loaded_domain
/haiku-buildtools/legacy/gcc/gcc/intl/
H A Dloadmsgcat.c73 int use_mmap = 0; local
113 use_mmap = 1;
154 if (use_mmap)
171 domain->use_mmap = use_mmap;
193 if (use_mmap)
215 if (domain->use_mmap)
H A DgettextP.h61 int use_mmap; member in struct:loaded_domain
/haiku-buildtools/legacy/gcc/texinfo/intl/
H A Dloadmsgcat.c72 int use_mmap = 0; local
111 use_mmap = 1;
152 if (use_mmap)
186 if (use_mmap)
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_printf.cc244 for (int use_mmap = 0; use_mmap < 2; use_mmap++) {
245 if (use_mmap) {
257 if (!use_mmap)
266 if (!use_mmap)
/haiku-buildtools/binutils/intl/
H A DgettextP.h94 int use_mmap; member in struct:loaded_domain
H A Dloadmsgcat.c917 int use_mmap = 0; local
966 use_mmap = 1;
1010 if (use_mmap)
1024 domain->use_mmap = use_mmap;
1279 if (use_mmap)
1314 if (domain->use_mmap)
/haiku-buildtools/gcc/intl/
H A DgettextP.h94 int use_mmap; member in struct:loaded_domain
H A Dloadmsgcat.c917 int use_mmap = 0; local
966 use_mmap = 1;
1010 if (use_mmap)
1024 domain->use_mmap = use_mmap;
1279 if (use_mmap)
1314 if (domain->use_mmap)
/haiku-buildtools/binutils/ld/
H A Dplugin.c107 bfd_boolean use_mmap; member in struct:plugin_input_file
566 input->use_mmap = TRUE;
576 input->use_mmap = FALSE;
1138 input->use_mmap = FALSE;
1173 if (input->use_mmap)
/haiku-buildtools/legacy/gcc/gcc/
H A Dcollect2.c3192 int use_mmap; /* != 0 if mmap'ed */ member in struct:file_info
3735 p->use_mmap = 1;
3745 p->use_mmap = 0;
3768 if (ptr->use_mmap)

Completed in 189 milliseconds