Searched refs:PR_SET_VMA (Results 1 – 11 of 11) sorted by relevance
/external/strace/xlat/ |
D | prctl_options.h | 356 #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),
|
D | prctl_options.in | 51 PR_SET_VMA 0x53564d41
|
/external/gwp_asan/gwp_asan/platform_specific/ |
D | guarded_pool_allocator_posix.cpp | 24 #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/ |
D | guarded_pool_allocator_posix.cpp | 24 #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/ |
D | prctl.h | 258 #define PR_SET_VMA 0x53564d41 macro
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator_internals_posix.h | 119 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ret, length, in SystemAllocPagesInternal()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cpp | 377 #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/ |
D | prctl.c | 317 case PR_SET_VMA: in SYS_FUNC()
|
D | ChangeLog | 31446 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/ |
D | ExecutableMemory.cpp | 299 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, mapping, length, in allocateMemoryPages()
|
/external/jemalloc_new/src/ |
D | pages.c | 103 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ret, size, in os_pages_map()
|