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 | 24 #define PR_SET_VMA 0x53564d41 macro 31 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, Mapping, Size, Name); in MaybeSetMappingName()
|
/freebsd/contrib/file/src/ |
H A D | seccomp.c | 193 #if defined(PR_SET_VMA) && defined(PR_SET_VMA_ANON_NAME) in enable_sandbox() 196 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 | 389 #define PR_SET_VMA 0x53564d41 macro 394 internal_prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, size, (uptr)name); in DecorateMapping()
|
H A D | sanitizer_common_interceptors.inc | 1255 static const int PR_SET_VMA = 0x53564d41; 1258 if (option == PR_SET_VMA && arg2 == 0UL) {
|