Home
last modified time | relevance | path

Searched refs:VKI_PROT_GROWSDOWN (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/include/vki/
Dvki-arm64-linux.h206 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
Dvki-amd64-linux.h232 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
Dvki-tilegx-linux.h206 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown … macro
Dvki-s390x-linux.h298 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend macro
Dvki-ppc64-linux.h348 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend macro
Dvki-ppc32-linux.h296 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
Dvki-x86-linux.h267 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
Dvki-arm-linux.h229 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
Dvki-mips32-linux.h288 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start of growsdown vma */ macro
Dvki-mips64-linux.h291 #define VKI_PROT_GROWSDOWN 0x01000000 /* mprotect flag: extend change to start macro
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c3804 #if defined(VKI_PROT_GROWSDOWN) in PRE()
3806 if (ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP)) { in PRE()
3821 UInt grows = ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP); in PRE()
3827 if (grows == VKI_PROT_GROWSDOWN) { in PRE()
3836 ARG3 &= ~VKI_PROT_GROWSDOWN; in PRE()