Searched refs:mremap (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/gold/
H A DMakefile.in91 ffsll.c mremap.c ftruncate.c yyscript.h yyscript.c \
839 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mremap.Po@am__quote@
H A Doutput.cc53 # define mremap gold_mremap macro
101 # define mremap gold_mremap macro
5134 // just mremap to the new size. If it's mapping to a file, we want
5141 base = ::mremap(this->base_, this->file_size_, file_size,
5144 gold_fatal(_("%s: mremap: %s"), this->name_, strerror(errno));
H A Dconfigure6957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking mremap with MREMAP_MAYMOVE" >&5
6958 $as_echo_n "checking mremap with MREMAP_MAYMOVE... " >&6; }
6967 void f() { mremap (0, 0, 0, MREMAP_MAYMOVE); }
6993 *" mremap.$ac_objext "* ) ;;
6994 *) LIBOBJS="$LIBOBJS mremap.$ac_objext"
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc2.c2679 mremap (current, &len, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_PRIVATE);
2775 mremap promises to clear the i-cache. */

Completed in 122 milliseconds