Home
last modified time | relevance | path

Searched refs:PR_SET_VMA (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
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),
Dprctl_options.in47 PR_SET_VMA 0x53564d41
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc46 #if !defined(PR_SET_VMA)
47 #define PR_SET_VMA 0x53564d41 macro
156 , PR_SET_VMA, PR_SET_PTRACER in RestrictPrctl()
/external/strace/
Dprctl.c251 case PR_SET_VMA: in SYS_FUNC()
DChangeLog12256 Improve decoding of Android's PR_SET_VMA prctl.
12264 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, 0x7fa8cbd000, 4096,
12267 * prctl.c (SYS_FUNC(prctl)) [__ANDROID__]: Do not define PR_SET_VMA.
12269 * xlat/prctl_options.in: Add PR_SET_VMA.
18021 prctl: decode Android-specific PR_SET_VMA.
18024 * prctl.c (sys_prctl) [__ANDROID__]: Decode PR_SET_VMA.