Searched refs:AT_PAGESIZESLEN (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/riscv/include/
H A Delf.h90 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h92 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h90 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h100 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
188 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Delf.h107 #define AT_PAGESIZESLEN 19 /* Number of pagesizes. */ macro
/freebsd-11-stable/sys/arm/include/
H A Delf.h84 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-11-stable/sys/mips/include/
H A Delf.h144 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_auxv.c161 case AT_PAGESIZESLEN:
163 "{:AT_PAGESIZESLEN/%ld}\n", prefix,
164 "AT_PAGESIZESLEN", (long)auxv[i].a_un.a_val);
/freebsd-11-stable/lib/libc/gen/
H A Dauxv.c103 case AT_PAGESIZESLEN:
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c1142 AUXARGS_ENTRY(pos, AT_PAGESIZESLEN, imgp->pagesizeslen);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c2232 if (aux_info[AT_PAGESIZES] != NULL && aux_info[AT_PAGESIZESLEN] !=
2234 size = aux_info[AT_PAGESIZESLEN]->a_un.a_val;

Completed in 117 milliseconds