Searched defs:PR_SET_VMA (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc46 #if !defined(PR_SET_VMA)
47 #define PR_SET_VMA 0x53564d41 macro
156 , PR_SET_VMA, PR_SET_PTRACER
/external/strace/xlat/
H A Dprctl_options.h140 #if !(defined(PR_SET_VMA) || (defined(HAVE_DECL_PR_SET_VMA) && HAVE_DECL_PR_SET_VMA))
141 # define PR_SET_VMA 0x53564d41 macro
198 XLAT(PR_SET_VMA),

Completed in 295 milliseconds