Home
last modified time | relevance | path

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

/external/strace/xlat/
Dprctl_options.h356 #if defined(PR_SET_VMA) || (defined(HAVE_DECL_PR_SET_VMA) && HAVE_DECL_PR_SET_VMA)
358 static_assert((PR_SET_VMA) == (0x53564d41), "PR_SET_VMA != 0x53564d41");
361 # define PR_SET_VMA 0x53564d41
424 XLAT(PR_SET_VMA),
Dprctl_options.in51 PR_SET_VMA 0x53564d41
/external/gwp_asan/gwp_asan/platform_specific/
Dguarded_pool_allocator_posix.cpp24 #define PR_SET_VMA 0x53564d41 macro
31 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, Mapping, Size, Name); in MaybeSetMappingName()
/external/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
Dguarded_pool_allocator_posix.cpp24 #define PR_SET_VMA 0x53564d41 macro
31 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, Mapping, Size, Name); in MaybeSetMappingName()
/external/kernel-headers/original/uapi/linux/
Dprctl.h258 #define PR_SET_VMA 0x53564d41 macro
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator_internals_posix.h119 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ret, length, in SystemAllocPagesInternal()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cpp377 #define PR_SET_VMA 0x53564d41 macro
382 internal_prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, size, (uptr)name); in DecorateMapping()
/external/strace/
Dprctl.c317 case PR_SET_VMA: in SYS_FUNC()
DChangeLog31446 Improve decoding of Android's PR_SET_VMA prctl.
31454 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, 0x7fa8cbd000, 4096,
31457 * prctl.c (SYS_FUNC(prctl)) [__ANDROID__]: Do not define PR_SET_VMA.
31459 * xlat/prctl_options.in: Add PR_SET_VMA.
37211 prctl: decode Android-specific PR_SET_VMA.
37214 * prctl.c (sys_prctl) [__ANDROID__]: Decode PR_SET_VMA.
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp299 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, mapping, length, in allocateMemoryPages()
/external/jemalloc_new/src/
Dpages.c103 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ret, size, in os_pages_map()