Searched refs:PR_SET_VMA (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/ |
| H A D | guarded_pool_allocator_posix.cpp | 25 #define PR_SET_VMA 0x53564d41 macro 32 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, Mapping, Size, Name); in MaybeSetMappingName()
|
| /freebsd/contrib/file/src/ |
| H A D | seccomp.c | 202 #if defined(PR_SET_VMA) && defined(PR_SET_VMA_ANON_NAME) in enable_sandbox() 205 SCMP_CMP32(0, SCMP_CMP_EQ, PR_SET_VMA), in enable_sandbox()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix.cpp | 397 #define PR_SET_VMA 0x53564d41 macro 402 internal_prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, size, (uptr)name); in DecorateMapping()
|
| H A D | sanitizer_common_interceptors.inc | 1294 static const int PR_SET_VMA = 0x53564d41; 1303 if (option == PR_SET_VMA && arg2 == 0UL) {
|