Home
last modified time | relevance | path

Searched refs:MADV_DONTDUMP (Results 1 - 25 of 31) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dmmap.h57 #ifndef MADV_DONTDUMP
58 # define MADV_DONTDUMP 16 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise08.c7 * 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 Dmadvise01.c52 {MADV_DONTDUMP, "MADV_DONTDUMP", &sfile}, /* since Linux 3.4 */
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem_sec.c51 # 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 Dmem_sec.c51 # 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 Dmman.h86 #define MADV_DONTDUMP 16 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmman.h91 #define MADV_DONTDUMP 16 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmman.h91 #define MADV_DONTDUMP 16 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmman.h95 #define MADV_DONTDUMP 16 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmman.h91 #define MADV_DONTDUMP 16 macro
/third_party/musl/include/sys/
H A Dmman.h92 #define MADV_DONTDUMP 16 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/
H A Dtypes.rs182 /// `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 Dtypes.rs378 /// `MADV_DONTDUMP` (since Linux 3.4)
380 LinuxDontDump = c::MADV_DONTDUMP,
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs279 MADV_DONTDUMP,
280 /// Undo the effect of an earlier `MADV_DONTDUMP`.
/third_party/python/Modules/
H A Dmmapmodule.c1730 #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 Dmod.rs655 pub const MADV_DONTDUMP: ::c_int = 16; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs996 pub const MADV_DONTDUMP: u32 = 16; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1628 pub const MADV_DONTDUMP: ::c_int = 16; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1001 pub const MADV_DONTDUMP: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1001 pub const MADV_DONTDUMP: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1008 pub const MADV_DONTDUMP: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1014 pub const MADV_DONTDUMP: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1008 pub const MADV_DONTDUMP: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1014 pub const MADV_DONTDUMP: u32 = 16; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs995 pub const MADV_DONTDUMP: u32 = 16; consts

Completed in 143 milliseconds

12