HomeSort by relevance Sort by last modified time
    Searched full:map_fixed (Results 251 - 275 of 388) sorted by null

<<111213141516

  /external/ltp/doc/
nommu-notes.txt 167 The MAP_FIXED option to mmap() is not supported. It doesn't even really work
  /external/valgrind/docs/internals/
segments-seginfos.txt 105 mmap(,,,MAP_FIXED,,) each remaining PT_LOAD. This is done to overcome the
3_3_BUGSTATUS.txt 108 165598 ??? pend fixed mmap() regions (via MAP_FIXED) cause various
  /prebuilts/go/darwin-x86/src/runtime/
mem_linux.go 47 // MAP_FIXED, so retry if the address space is free.
  /prebuilts/go/linux-x86/src/runtime/
mem_linux.go 47 // MAP_FIXED, so retry if the address space is free.
  /external/elfutils/src/
strings.c 615 MAP_PRIVATE | MAP_POPULATE | MAP_FIXED, fd, from)
679 MAP_PRIVATE | MAP_POPULATE | MAP_FIXED, fd, handled_to)
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 352 initConstant(env, c, "MAP_FIXED", MAP_FIXED);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 193 PROT_READ, MAP_PRIVATE | MAP_FIXED, fd, 0);
tsan_interceptors.cc 135 const int MAP_FIXED = 0x10;
679 if (flags & MAP_FIXED) {
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 216 MAP_SHARED | MAP_FIXED,
  /external/ltp/testcases/kernel/io/direct_io/
diotest4.c 368 MAP_SHARED | MAP_FIXED, fd, 0);
  /external/ltp/testcases/kernel/mem/hugetlb/hugemmap/
hugemmap05.c 71 #define FLAGS (MAP_SHARED | MAP_FIXED)
  /test/vts/drivers/hal/common/driver_base/
DriverBase.cpp 214 MAP_PRIVATE | MAP_ANON | MAP_FIXED | MAP_NORESERVE, 0, 0);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 287 int map_fixed = MAP_FIXED; member in namespace:__sanitizer
    [all...]
sanitizer_platform_limits_posix.h 797 extern int map_fixed;
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 961 if (flags & map_fixed) {
979 if (flags & map_fixed) {
    [all...]
  /external/v8/src/base/platform/
platform-posix.cc 218 // Because we do not MAP_FIXED, this will be treated only as a hint -- the
  /external/valgrind/include/vki/
vki-darwin.h 345 #define VKI_MAP_FIXED MAP_FIXED
vki-solaris.h 647 #define VKI_MAP_FIXED MAP_FIXED
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 229 MAP_FIXED is set.
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 338 public static final int MAP_FIXED = placeholder();
    [all...]
  /bionic/tests/
dlext_test.cpp     [all...]
  /external/python/cpython2/Lib/plat-sunos5/
STROPTS.py 1612 MAP_FIXED = 0x10
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-mips32-linux.c 292 /* SuSV3 says misaligned addresses only cause the MAP_FIXED case
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 637 MAP_FIXED = 0x10
    [all...]

Completed in 577 milliseconds

<<111213141516