Home
last modified time | relevance | path

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

12

/third_party/node/src/large_pages/
Dnode_large_page.cc72 #if !defined(PR_SET_VMA)
73 #define PR_SET_VMA 0x53564d41 macro
327 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, in SetName()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-musl.txt24 PR_SET_VMA
Dlinux-gnu.txt360 PR_SET_VMA
Dandroid.txt1744 PR_SET_VMA
/third_party/musl/porting/linux/user/ldso/
Dcfi.c299 … prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in map_dso_to_cfi_shadow()
304 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in map_dso_to_cfi_shadow()
331 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in unmap_dso_from_cfi_shadow()
/third_party/musl/porting/linux/user/src/info/
Dfatal_message.c52 int ret = prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, map, size, "fatal message"); in set_fatal_message()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
Dmalloc.c129 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ctx.brk, new - ctx.brk, "native_heap:meta"); in alloc_meta()
318 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, p, needed, "native_heap:brk"); in alloc_group()
379 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, p, needed, "native_heap:mmap"); in malloc()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c30 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, new->map_base, new->guard_size, name); in stack_naming()
39 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, start_addr, size_len, name); in stack_naming()
68 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, signal_stack.ss_sp, signal_stack.ss_size, name); in __pthread_reserve_signal_stack()
/third_party/musl/ndk_musl_include/sys/
Dprctl.h161 #define PR_SET_VMA 0x53564d41 macro
/third_party/musl/include/sys/
Dprctl.h180 #define PR_SET_VMA 0x53564d41 macro
/third_party/rust/crates/rustix/src/process/
Dprctl.rs1098 const PR_SET_VMA: c_int = 0x53_56_4d_41; constant
1112 PR_SET_VMA, in set_virtual_memory_region_name()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DExecutableMemory.cpp308 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, mapping, length, in allocateMemoryPages()
/third_party/musl/Benchmark/musl/
Dlibc_unistd.cpp598 benchmark::DoNotOptimize(prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, pagesize, addrName)); in Bm_function_Prctl()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2764 pub const PR_SET_VMA: ::c_int = 0x53564d41; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2042 pub const PR_SET_VMA: ::c_int = 0x53564d41; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1325 pub const PR_SET_VMA: u32 = 1398164801; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1322 pub const PR_SET_VMA: u32 = 1398164801; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dgeneral.rs1330 pub const PR_SET_VMA: u32 = 1398164801; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs1535 pub const PR_SET_VMA: u32 = 1398164801; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dgeneral.rs1321 pub const PR_SET_VMA: u32 = 1398164801; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1320 pub const PR_SET_VMA: u32 = 1398164801; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1314 pub const PR_SET_VMA: u32 = 1398164801; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dgeneral.rs1321 pub const PR_SET_VMA: u32 = 1398164801; constant
/third_party/rust/crates/linux-raw-sys/src/arm/
Dgeneral.rs1311 pub const PR_SET_VMA: u32 = 1398164801; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs1543 pub const PR_SET_VMA: u32 = 1398164801; constant

12