Home
last modified time | relevance | path

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

/external/valgrind/include/vki/
Dvki-arm64-linux.h207 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
Dvki-amd64-linux.h233 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
Dvki-tilegx-linux.h207 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma … macro
Dvki-s390x-linux.h301 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: macro
Dvki-ppc64-linux.h351 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend macro
Dvki-ppc32-linux.h297 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
Dvki-x86-linux.h268 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
Dvki-arm-linux.h230 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
Dvki-mips32-linux.h289 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end of growsup vma */ macro
Dvki-mips64-linux.h293 #define VKI_PROT_GROWSUP 0x02000000 /* mprotect flag: extend change to end macro
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c3806 if (ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP)) { in PRE()
3821 UInt grows = ARG3 & (VKI_PROT_GROWSDOWN|VKI_PROT_GROWSUP); in PRE()
3840 } else if (grows == VKI_PROT_GROWSUP) { in PRE()
3847 ARG3 &= ~VKI_PROT_GROWSUP; in PRE()