Home
last modified time | relevance | path

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 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()
/freebsd/contrib/file/src/
H A Dseccomp.c193 #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 Dsanitizer_posix.cpp389 #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 Dsanitizer_common_interceptors.inc1255 static const int PR_SET_VMA = 0x53564d41;
1258 if (option == PR_SET_VMA && arg2 == 0UL) {