/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | mustang_auxv.rs | 18 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 D | auxv.rs | 25 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 D | linux-proc-maps.c | 136 case AT_PAGESZ: in grovel_auxv() 149 case AT_PAGESZ: in grovel_auxv()
|
H A D | link_map.c | 759 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.c | 33 libc.page_size = aux[AT_PAGESZ]; in __init_libc()
|
/third_party/musl/src/env/ |
H A D | __libc_start_main.c | 35 libc.page_size = aux[AT_PAGESZ]; in __init_libc()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
H A D | __libc_start_main.c | 32 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.c | 33 libc.page_size = aux[AT_PAGESZ]; in __init_libc()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 274 pub const AT_PAGESZ: ::c_ulong = 6; consts
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1777 search_vec(auxv, &ldso_page_size, AT_PAGESZ); 1860 libc.page_size = aux[AT_PAGESZ];
|
/third_party/elfio/elfio/ |
H A D | elf_types.hpp | 1067 constexpr Elf_Word AT_PAGESZ = 6; // System page size member
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 995 #define AT_PAGESZ 6 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 986 #define AT_PAGESZ 6 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 986 #define AT_PAGESZ 6 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 986 #define AT_PAGESZ 6 macro
|
/third_party/musl/include/ |
H A D | elf.h | 1021 #define AT_PAGESZ 6 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 1188 #define AT_PAGESZ 6 /* System page size */ macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 1766 libc.page_size = aux[AT_PAGESZ]; in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 1765 libc.page_size = aux[AT_PAGESZ]; in __dls3()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 1348 pub const AT_PAGESZ: ::c_int = 6; consts
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 3031 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 D | general.rs | 153 pub const AT_PAGESZ: u32 = 6; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1566 pub const AT_PAGESZ: ::c_ulong = 6; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 3043 pub const AT_PAGESZ: ::c_int = 6; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 158 pub const AT_PAGESZ: u32 = 6; consts
|