Searched refs:mremap (Results 1 – 25 of 35) sorted by relevance
12
| /netbsd/src/lib/libc/arch/m68k/sys/ |
| D | mremap.S | 31 SYSCALL(mremap) 36 END(mremap)
|
| /netbsd/src/lib/libc/arch/m68k/ |
| D | Makefile.inc | 5 ASM+= _lwp_getprivate.S mremap.S
|
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_mprotect.c | 342 map2 = mremap(map, page, NULL, page, MAP_REMAPDUP); in ATF_TC_BODY() 413 map2 = mremap(map, page, NULL, page, MAP_REMAPDUP); in ATF_TC_BODY()
|
| /netbsd/src/sys/sys/ |
| D | mman.h | 242 void * mremap(void *, size_t, void *, size_t, int);
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | seccomp.c | 218 ALLOW_RULE(mremap); in enable_sandbox_full()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | configure.ac | 556 AC_CACHE_CHECK([mremap with MREMAP_MAYMOVE], [gold_cv_lib_mremap_maymove], 560 void f() { mremap (0, 0, 0, MREMAP_MAYMOVE); } 564 [Define to 1 if you have the mremap function with MREMAP_MAYMOVE support]) 566 AC_LIBOBJ(mremap)
|
| D | config.in | 163 /* Define to 1 if you have the mremap function with MREMAP_MAYMOVE support */
|
| D | output.cc | 54 # define mremap gold_mremap macro 102 # define mremap gold_mremap macro 5115 base = ::mremap(this->base_, this->file_size_, file_size, in resize()
|
| D | Makefile.in | 1079 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mremap.Po@am__quote@
|
| D | ChangeLog-0815 | 7718 * configure.ac: Check for sys/mman.h and mmap. Check for mremap 7722 not available, provide stubs. If mremap is not available, #define 7736 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it 7737 exists. Rename mremap to gold_mremap. If mmap is not available 15076 * mremap.c (mremap): Likewise. 15080 * mremap.c: New file. 15081 * configure.ac: Call AC_REPLACE_FUNCS on mremap. 15083 (mremap): Declare if HAVE_MREMAP is not defined.
|
| /netbsd/src/share/doc/psd/05.sysman/ |
| D | spell.ok | 329 mremap
|
| /netbsd/src/lib/libc/sys/ |
| D | Makefile.inc | 170 ASM_MD= _lwp_getprivate.S mremap.S 283 mprotect.2 mremap.2 msgctl.2 msgget.2 msgrcv.2 msgsnd.2 msync.2 \
|
| /netbsd/src/external/gpl3/gdb/dist/sim/m32r/ |
| D | traps.c | 1235 result = (int) mremap ((void *) t2h_addr (cb, &s, arg1), arg2, arg3, arg4); in m32r_trap()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | aarch64-linux-tdep.c | 2267 SYSCALL_MAP (mremap); in aarch64_canonicalize_syscall()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/po/ |
| D | id.po | 1778 msgid "%s: mremap: %s" 1779 msgstr "%s: mremap: %s"
|
| D | it.po | 1779 msgid "%s: mremap: %s" 1780 msgstr "%s: mremap: %s"
|
| D | vi.po | 1796 msgid "%s: mremap: %s" 1797 msgstr "%s: mremap: %s"
|
| D | uk.po | 3344 msgid "%s: mremap: %s" 3345 msgstr "%s: mremap: %s"
|
| D | sr.po | 3343 msgid "%s: mremap: %s" 3344 msgstr "%s: mremap: %s"
|
| D | fi.po | 2685 msgid "%s: mremap: %s" 2686 msgstr "%s: mremap-kutsu epäonnistui: %s"
|
| D | es.po | 3209 msgid "%s: mremap: %s" 3210 msgstr "%s: mremap: %s"
|
| D | zh_CN.po | 2837 msgid "%s: mremap: %s"
|
| D | ro.po | 3358 msgid "%s: mremap: %s" 3359 msgstr "%s: mremap(): %s"
|
| /netbsd/src/lib/libc/stdlib/ |
| D | jemalloc.c | 2819 newptr = mremap(ptr, oldcsize, NULL, newcsize, in huge_ralloc()
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 2528 mremap
|
12