Home
last modified time | relevance | path

Searched refs:AT_PAGESIZES (Results 1 – 6 of 6) sorted by relevance

/freebsd-head/lib/libsys/
HDauxv.c126 case AT_PAGESIZES: in init_aux()
252 aux = AT_PAGESIZES; in _powerpc_elf_aux_info()
321 case AT_PAGESIZES: in _elf_aux_info()
HDgetpagesizes.c60 if (_elf_aux_info(AT_PAGESIZES, ps, sizeof(ps)) != 0) in getpagesizes()
/freebsd-head/usr.bin/procstat/
HDprocstat_auxv.c155 case AT_PAGESIZES: in procstat_auxv()
/freebsd-head/sys/sys/
HDelf_common.h999 #define AT_PAGESIZES 20 /* Pagesizes. */ macro
/freebsd-head/libexec/rtld-elf/
HDrtld.c2504 if (aux_info[AT_PAGESIZES] != NULL && in init_pagesizes()
2507 pagesizes = aux_info[AT_PAGESIZES]->a_un.a_ptr; in init_pagesizes()
6389 AUXFMT(AT_PAGESIZES, "%p"),
/freebsd-head/sys/kern/
HDimgact_elf.c1476 AUXARGS_ENTRY_PTR(pos, AT_PAGESIZES, imgp->pagesizes); in __elfN()