Home
last modified time | relevance | path

Searched refs:AT_PAGESZ (Results 1 – 11 of 11) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dauxvec.h15 #define AT_PAGESZ 6 /* system page size */ macro
/external/elfutils/libdwfl/
Dlinux-proc-maps.c136 case AT_PAGESZ: in grovel_auxv()
149 case AT_PAGESZ: in grovel_auxv()
Dlink_map.c756 else if (type == BL##NN (AT_PAGESZ)) \ in dwfl_link_map_report()
/external/llvm-project/libc/loader/linux/x86_64/
Dstart.cpp129 case AT_PAGESZ: in _start()
/external/rust/crates/libc/src/unix/linux_like/android/b64/
Dmod.rs266 pub const AT_PAGESZ: ::c_ulong = 6; constant
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py922 AT_PAGESZ = 6 variable
/external/google-breakpad/src/third_party/musl/include/
Delf.h834 #define AT_PAGESZ 6 macro
/external/kmod/port-gnu/
Delf.h1008 #define AT_PAGESZ 6 /* System page size */ macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cpp1084 return getauxval(AT_PAGESZ); in GetPageSize()
/external/elfutils/libelf/
Delf.h1165 #define AT_PAGESZ 6 /* System page size */ macro
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1244 pub const AT_PAGESZ: ::c_ulong = 6; constant