Searched refs:VKI_MAP_FIXED (Results 1 - 15 of 15) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-mips32-linux.c309 if (arg4 & VKI_MAP_FIXED) {
319 && !(VKI_MAP_FIXED & arg4))
326 && !(VKI_MAP_FIXED & arg4))
337 arg4 | VKI_MAP_FIXED,
355 arg4 | VKI_MAP_FIXED,
384 if (!sr_isError(sres) && (arg4 & VKI_MAP_FIXED))
H A Dsyswrap-generic.c2263 if (arg4 & VKI_MAP_FIXED) {
2272 /* VKI_MAP_FIXED and VKI_MAP_ALIGN don't like each other. */
2300 if ((arg4 & VKI_MAP_32BIT) && !(arg4 & VKI_MAP_FIXED)) {
2309 arg4 | VKI_MAP_FIXED,
2314 if ((arg4 & VKI_MAP_32BIT) && !(arg4 & VKI_MAP_FIXED)
2335 arg4 | VKI_MAP_FIXED,
2353 if (sr_isError(sres) && !(arg4 & VKI_MAP_FIXED)) {
2355 /* try mmap with NULL address and without VKI_MAP_FIXED
2401 if (!sr_isError(sres) && (arg4 & VKI_MAP_FIXED))
H A Dsyswrap-solaris.c6037 UInt flags = VKI_MAP_PRIVATE | VKI_MAP_FIXED;
6121 flags = VKI_MAP_FIXED | VKI_MAP_PRIVATE | VKI_MAP_ANONYMOUS;
/external/valgrind/include/vki/
H A Dvki-amd64-linux.h237 #define VKI_MAP_FIXED 0x10 /* Interpret addr exactly */ macro
H A Dvki-arm64-linux.h211 #define VKI_MAP_FIXED 0x10 /* Interpret addr exactly */ macro
H A Dvki-arm-linux.h235 #define VKI_MAP_FIXED 0x10 /* Interpret addr exactly */ macro
H A Dvki-ppc32-linux.h302 #define VKI_MAP_FIXED 0x10 /* Interpret addr exactly */ macro
H A Dvki-ppc64-linux.h357 #define VKI_MAP_FIXED 0x10 /* Interpret addr exactly */ macro
H A Dvki-s390x-linux.h307 #define VKI_MAP_FIXED 0x0010 /* */ macro
H A Dvki-x86-linux.h273 #define VKI_MAP_FIXED 0x10 /* Interpret addr exactly */ macro
H A Dvki-mips32-linux.h293 #define VKI_MAP_FIXED 0x010 /* Interpret addr exactly */ macro
H A Dvki-mips64-linux.h299 #define VKI_MAP_FIXED 0x010 /* Interpret addr exactly */ macro
H A Dvki-darwin.h345 #define VKI_MAP_FIXED MAP_FIXED macro
H A Dvki-solaris.h647 #define VKI_MAP_FIXED MAP_FIXED macro
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2342 UInt flags = VKI_MAP_FIXED | VKI_MAP_PRIVATE;
2357 UInt flags = VKI_MAP_FIXED | VKI_MAP_PRIVATE;
2463 VKI_MAP_FIXED|VKI_MAP_PRIVATE|VKI_MAP_ANONYMOUS,
2521 VKI_MAP_FIXED|VKI_MAP_PRIVATE|VKI_MAP_ANONYMOUS,
2590 branch the VKI_MAP_FIXED was commented out; unclear if this is
2608 VKI_MAP_FIXED|VKI_MAP_PRIVATE|VKI_MAP_ANONYMOUS,
2618 /*VKI_MAP_FIXED|*/VKI_MAP_PRIVATE|VKI_MAP_ANONYMOUS,
2750 VKI_MAP_FIXED|VKI_MAP_PRIVATE,
2758 VKI_MAP_FIXED|VKI_MAP_SHARED,
3018 VKI_MAP_FIXED|VKI_MAP_PRIVAT
[all...]

Completed in 215 milliseconds