/third_party/ltp/include/lapi/ |
H A D | mmap.h | 57 #ifndef MADV_DONTDUMP 58 # define MADV_DONTDUMP 16 macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise08.c | 7 * Check that memory marked with MADV_DONTDUMP is not included in a core dump 18 * mark memory with MADV_DONTDUMP in child, 158 advice == MADV_DONTDUMP ? "MADV_DONTDUMP" : "MADV_DODUMP"; in run_child() 190 pid = run_child(MADV_DONTDUMP); in run() 193 "Found sequence in dump when MADV_DONTDUMP set"); in run() 195 tst_res(TPASS, "madvise(..., MADV_DONTDUMP)"); in run()
|
H A D | madvise01.c | 52 {MADV_DONTDUMP, "MADV_DONTDUMP", &sfile}, /* since Linux 3.4 */
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | mem_sec.c | 51 # define MADV_DONTDUMP MADV_NOCORE macro 566 #ifdef MADV_DONTDUMP in sh_init() 567 if (madvise(sh.arena, sh.arena_size, MADV_DONTDUMP) < 0) in sh_init()
|
/third_party/openssl/crypto/ |
H A D | mem_sec.c | 51 # define MADV_DONTDUMP MADV_NOCORE macro 560 #ifdef MADV_DONTDUMP in sh_init() 561 if (madvise(sh.arena, sh.arena_size, MADV_DONTDUMP) < 0) in sh_init()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | mman.h | 86 #define MADV_DONTDUMP 16 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | mman.h | 91 #define MADV_DONTDUMP 16 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | mman.h | 91 #define MADV_DONTDUMP 16 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | mman.h | 95 #define MADV_DONTDUMP 16 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | mman.h | 91 #define MADV_DONTDUMP 16 macro
|
/third_party/musl/include/sys/ |
H A D | mman.h | 92 #define MADV_DONTDUMP 16 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
H A D | types.rs | 182 /// `MADV_DONTDUMP` (since Linux 3.4) 183 LinuxDontDump = linux_raw_sys::general::MADV_DONTDUMP,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
H A D | types.rs | 378 /// `MADV_DONTDUMP` (since Linux 3.4) 380 LinuxDontDump = c::MADV_DONTDUMP,
|
/third_party/rust/crates/nix/src/sys/ |
H A D | mman.rs | 279 MADV_DONTDUMP, 280 /// Undo the effect of an earlier `MADV_DONTDUMP`.
|
/third_party/python/Modules/ |
H A D | mmapmodule.c | 1730 #ifdef MADV_DONTDUMP in mmap_exec() 1731 ADD_INT_MACRO(module, MADV_DONTDUMP); in mmap_exec()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 655 pub const MADV_DONTDUMP: ::c_int = 16; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 996 pub const MADV_DONTDUMP: u32 = 16; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1628 pub const MADV_DONTDUMP: ::c_int = 16; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1001 pub const MADV_DONTDUMP: u32 = 16; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1001 pub const MADV_DONTDUMP: u32 = 16; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1008 pub const MADV_DONTDUMP: u32 = 16; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1014 pub const MADV_DONTDUMP: u32 = 16; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1008 pub const MADV_DONTDUMP: u32 = 16; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1014 pub const MADV_DONTDUMP: u32 = 16; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 995 pub const MADV_DONTDUMP: u32 = 16; consts
|