Searched refs:AT_PAGESIZES (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/lib/libc/gen/
H A Dgetpagesizes.c67 error = _elf_aux_info(AT_PAGESIZES, ps, sizeof(ps));
H A Dauxv.c105 case AT_PAGESIZES:
180 case AT_PAGESIZES:
/freebsd-12-stable/sys/sparc64/include/
H A Delf.h93 #define AT_PAGESIZES 20 /* Pagesizes. */ macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h101 #define AT_PAGESIZES 20 /* Pagesizes. */ macro
189 #define AT_PAGESIZES 20 /* Pagesizes. */ macro
/freebsd-12-stable/sys/powerpc/include/
H A Delf.h112 #define AT_PAGESIZES 18 /* Pagesizes. */ macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h89 #define AT_PAGESIZES 20 /* Pagesizes. */ macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h147 #define AT_PAGESIZES 20 /* Pagesizes. */ macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h85 #define AT_PAGESIZES 20 /* Pagesizes. */ macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h92 #define AT_PAGESIZES 20 /* Pagesizes. */ macro
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_auxv.c158 case AT_PAGESIZES:
159 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_PAGESIZES/%p}\n",
160 prefix, "AT_PAGESIZES", auxv[i].a_un.a_ptr);
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c2260 if (aux_info[AT_PAGESIZES] != NULL && aux_info[AT_PAGESIZESLEN] !=
2263 pagesizes = aux_info[AT_PAGESIZES]->a_un.a_ptr;
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c1367 AUXARGS_ENTRY(pos, AT_PAGESIZES, imgp->pagesizes);

Completed in 148 milliseconds