Home
last modified time | relevance | path

Searched refs:PR_SET_MM_START_BRK (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dpr_set_mm.h41 #if defined(PR_SET_MM_START_BRK) || (defined(HAVE_DECL_PR_SET_MM_START_BRK) && HAVE_DECL_PR_SET_MM_…
43 static_assert((PR_SET_MM_START_BRK) == (6), "PR_SET_MM_START_BRK != 6");
46 # define PR_SET_MM_START_BRK 6
127 XLAT(PR_SET_MM_START_BRK),
Dpr_set_mm.in6 PR_SET_MM_START_BRK 6
/external/libcap/libcap/include/uapi/linux/
Dprctl.h116 # define PR_SET_MM_START_BRK 6 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h117 # define PR_SET_MM_START_BRK 6 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c3943 #ifdef PR_SET_MM_START_BRK
3944 { "PR_SET_MM_START_BRK", (unsigned long) PR_SET_MM_START_BRK },
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1116 pub const PR_SET_MM_START_BRK: ::c_int = 6; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1665 pub const PR_SET_MM_START_BRK: ::c_int = 6; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2582 pub const PR_SET_MM_START_BRK: ::c_int = 6; constant