Home
last modified time | relevance | path

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

/freebsd-head/lib/libsys/
HDgetpagesize.c47 if (_elf_aux_info(AT_PAGESZ, &value, sizeof(value)) != 0) in getpagesize()
HDauxv.c134 case AT_PAGESZ: in init_aux()
328 case AT_PAGESZ: in _elf_aux_info()
/freebsd-head/sys/powerpc/include/
HDelf.h124 #define AT_OLD_PAGESZ AT_PAGESZ
/freebsd-head/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDtrusty.cpp30 uptr getPageSize() { return getauxval(AT_PAGESZ); } in getPageSize()
/freebsd-head/usr.bin/procstat/
HDprocstat_auxv.c89 case AT_PAGESZ: in procstat_auxv()
/freebsd-head/contrib/file/src/
HDreadelf.h72 #define AT_PAGESZ 6 /* system page size */ macro
/freebsd-head/sys/compat/linux/
HDlinux_elf.c515 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz); in __linuxN()
/freebsd-head/sys/sys/
HDelf_common.h985 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-head/libexec/rtld-elf/
HDrtld.c2515 if (aux_info[AT_PAGESZ] != NULL) { in init_pagesizes()
2516 psa[0] = aux_info[AT_PAGESZ]->a_un.a_val; in init_pagesizes()
6375 AUXFMT(AT_PAGESZ, "%lu"),
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_linux.cpp1222 return getauxval(AT_PAGESZ); in GetPageSize()
/freebsd-head/sys/kern/
HDimgact_elf.c1461 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz); in __elfN()