Home
last modified time | relevance | path

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

12

/third_party/node/src/large_pages/
H A 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/musl/porting/linux/user/src/info/
H A 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/src/info/linux/
H A Dfatal_message.c54 int ret = prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, map, size, "fatal message"); in set_fatal_message()
/third_party/musl/src/malloc/mallocng/
H A Dmalloc.c132 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ctx.brk, new - ctx.brk, "native_heap:meta"); in alloc_meta()
322 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, p, needed, "native_heap:brk"); in alloc_group()
385 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, p, needed, "native_heap:mmap"); in malloc()
/third_party/musl/src/thread/linux/
H A 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/porting/linux/user/ldso/
H A Dcfi.c305 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in map_dso_to_cfi_shadow()
310 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in map_dso_to_cfi_shadow()
337 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in unmap_dso_from_cfi_shadow()
H A Ddynlink.c5761 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, zeromap_size, so_bss_name); in set_bss_vma_name()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A 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/
H A 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/ldso/linux/
H A Dcfi.c324 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 map_dso_to_cfi_shadow()
366 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, cfi_shadow_start, shadow_size, "cfi_shadow:musl"); in unmap_dso_from_cfi_shadow()
H A Ddynlink.c6152 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, zeromap_size, so_bss_name); in set_bss_vma_name()
/third_party/musl/include/sys/
H A Dprctl.h180 #define PR_SET_VMA 0x53564d41 macro
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs1095 // PR_SET_VMA
1098 const PR_SET_VMA: c_int = 0x53_56_4d_41; consts
1105 /// - [`prctl(PR_SET_VMA,PR_SET_VMA_ANON_NAME,...)`]
1107 /// [`prctl(PR_SET_VMA,PR_SET_VMA_ANON_NAME,...)`]: https://lwn.net/Articles/867818/
1112 PR_SET_VMA, in set_virtual_memory_region_name()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp308 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, mapping, length, in allocateMemoryPages()
/third_party/musl/Benchmark/musl/
H A Dlibc_unistd.cpp605 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/
H A Dmod.rs2764 pub const PR_SET_VMA: ::c_int = 0x53564d41; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1322 pub const PR_SET_VMA: u32 = 1398164801; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2042 pub const PR_SET_VMA: ::c_int = 0x53564d41; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1325 pub const PR_SET_VMA: u32 = 1398164801; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1317 pub const PR_SET_VMA: u32 = 1398164801; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1335 pub const PR_SET_VMA: u32 = 1398164801; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1330 pub const PR_SET_VMA: u32 = 1398164801; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1327 pub const PR_SET_VMA: u32 = 1398164801; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1322 pub const PR_SET_VMA: u32 = 1398164801; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1311 pub const PR_SET_VMA: u32 = 1398164801; consts

Completed in 160 milliseconds

12