Home
last modified time | relevance | path

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

/freebsd/lib/libsys/
H A Dgetpagesize.c47 if (_elf_aux_info(AT_PAGESZ, &value, sizeof(value)) != 0) in getpagesize()
/freebsd/sys/powerpc/include/
H A Delf.h124 #define AT_OLD_PAGESZ AT_PAGESZ
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dtrusty.cpp30 uptr getPageSize() { return getauxval(AT_PAGESZ); }
/freebsd/usr.bin/procstat/
H A Dprocstat_auxv.c89 case AT_PAGESZ: in procstat_auxv()
/freebsd/contrib/file/src/
H A Dreadelf.h72 #define AT_PAGESZ 6 /* system page size */ macro
/freebsd/sys/compat/linux/
H A Dlinux_elf.c515 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz); in __linuxN()
/freebsd/sys/sys/
H A Delf_common.h984 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd/libexec/rtld-elf/
H A Drtld.c2509 if (aux_info[AT_PAGESZ] != NULL) { in init_pagesizes()
2510 psa[0] = aux_info[AT_PAGESZ]->a_un.a_val; in init_pagesizes()
6371 AUXFMT(AT_PAGESZ, "%lu"),
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1222 return getauxval(AT_PAGESZ); in GetPageSize()
/freebsd/sys/kern/
H A Dimgact_elf.c1461 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz); in __elfN()