/third_party/node/src/large_pages/ |
D | node_large_page.cc | 72 #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/ |
D | linux-musl.txt | 24 PR_SET_VMA
|
D | linux-gnu.txt | 360 PR_SET_VMA
|
D | android.txt | 1744 PR_SET_VMA
|
/third_party/musl/porting/linux/user/ldso/ |
D | cfi.c | 299 … 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/ |
D | fatal_message.c | 52 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/ |
D | malloc.c | 129 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/ |
D | pthread_create.c | 30 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/ |
D | prctl.h | 161 #define PR_SET_VMA 0x53564d41 macro
|
/third_party/musl/include/sys/ |
D | prctl.h | 180 #define PR_SET_VMA 0x53564d41 macro
|
/third_party/rust/crates/rustix/src/process/ |
D | prctl.rs | 1098 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/ |
D | ExecutableMemory.cpp | 308 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, mapping, length, in allocateMemoryPages()
|
/third_party/musl/Benchmark/musl/ |
D | libc_unistd.cpp | 598 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/ |
D | mod.rs | 2764 pub const PR_SET_VMA: ::c_int = 0x53564d41; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2042 pub const PR_SET_VMA: ::c_int = 0x53564d41; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1325 pub const PR_SET_VMA: u32 = 1398164801; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1322 pub const PR_SET_VMA: u32 = 1398164801; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1330 pub const PR_SET_VMA: u32 = 1398164801; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1535 pub const PR_SET_VMA: u32 = 1398164801; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1321 pub const PR_SET_VMA: u32 = 1398164801; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1320 pub const PR_SET_VMA: u32 = 1398164801; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1314 pub const PR_SET_VMA: u32 = 1398164801; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | general.rs | 1321 pub const PR_SET_VMA: u32 = 1398164801; constant
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | general.rs | 1311 pub const PR_SET_VMA: u32 = 1398164801; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 1543 pub const PR_SET_VMA: u32 = 1398164801; constant
|