HomeSort by relevance Sort by last modified time
    Searched defs:PR_SET_VMA (Results 1 - 4 of 4) sorted by null

  /bionic/libc/private/
bionic_prctl.h 23 #define PR_SET_VMA 0x53564d41
  /system/core/libmemunreachable/
anon_vma_naming.h 22 #define PR_SET_VMA 0x53564d41
Allocator.cpp 156 #define PR_SET_VMA 0x53564d41
158 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, reinterpret_cast<uintptr_t>(ptr), size,
  /external/strace/xlat/
prctl_options.h 140 #if !(defined(PR_SET_VMA) || (defined(HAVE_DECL_PR_SET_VMA) && HAVE_DECL_PR_SET_VMA))
141 # define PR_SET_VMA 0x53564d41
198 XLAT(PR_SET_VMA),

Completed in 197 milliseconds