Home
last modified time | relevance | path

Searched refs:AT_PAGESZ (Results 1 - 25 of 38) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs18 AT_CLKTCK, AT_EXECFN, AT_HWCAP, AT_HWCAP2, AT_NULL, AT_PAGESZ, AT_PHDR, AT_PHENT, AT_PHNUM,
132 AT_PAGESZ => PAGE_SIZE = a_val as usize, in init_from_auxp()
H A Dauxv.rs25 AT_BASE, AT_CLKTCK, AT_EXECFN, AT_HWCAP, AT_HWCAP2, AT_NULL, AT_PAGESZ, AT_PHDR, AT_PHENT,
207 AT_PAGESZ => pagesz = a_val as usize, in init_from_auxp()
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c136 case AT_PAGESZ: in grovel_auxv()
149 case AT_PAGESZ: in grovel_auxv()
H A Dlink_map.c759 else if (type == BL##NN (AT_PAGESZ)) \ in dwfl_link_map_report()
/third_party/musl/porting/linux/user/src/env/
H A D__libc_start_main.c33 libc.page_size = aux[AT_PAGESZ]; in __init_libc()
/third_party/musl/src/env/
H A D__libc_start_main.c35 libc.page_size = aux[AT_PAGESZ]; in __init_libc()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__libc_start_main.c32 libc.page_size = aux[AT_PAGESZ]; in __init_libc()
/third_party/musl/porting/liteos_a/user_debug/src/env/
H A D__libc_start_main.c33 libc.page_size = aux[AT_PAGESZ]; in __init_libc()
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/
H A Dmod.rs274 pub const AT_PAGESZ: ::c_ulong = 6; consts
/third_party/musl/ldso/
H A Ddynlink.c1777 search_vec(auxv, &ldso_page_size, AT_PAGESZ);
1860 libc.page_size = aux[AT_PAGESZ];
/third_party/elfio/elfio/
H A Delf_types.hpp1067 constexpr Elf_Word AT_PAGESZ = 6; // System page size member
/third_party/musl/porting/linux/user/include/
H A Delf.h995 #define AT_PAGESZ 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h986 #define AT_PAGESZ 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h986 #define AT_PAGESZ 6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h986 #define AT_PAGESZ 6 macro
/third_party/musl/include/
H A Delf.h1021 #define AT_PAGESZ 6 macro
/third_party/elfutils/libelf/
H A Delf.h1188 #define AT_PAGESZ 6 /* System page size */ macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1766 libc.page_size = aux[AT_PAGESZ]; in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1765 libc.page_size = aux[AT_PAGESZ]; in __dls3()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1348 pub const AT_PAGESZ: ::c_int = 6; consts
/third_party/musl/ldso/linux/
H A Ddynlink.c3031 libc.page_size = aux[AT_PAGESZ]; in __dls2()
3038 search_vec(auxv, &ldso_page_size, AT_PAGESZ); in __dls2()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs153 pub const AT_PAGESZ: u32 = 6; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1566 pub const AT_PAGESZ: ::c_ulong = 6; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3043 pub const AT_PAGESZ: ::c_int = 6; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs158 pub const AT_PAGESZ: u32 = 6; consts

Completed in 154 milliseconds

12