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

/freebsd-10-stable/sys/arm/include/
H A Delf.h87 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-10-stable/sys/sparc64/include/
H A Delf.h92 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-10-stable/sys/x86/include/
H A Delf.h100 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
185 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-10-stable/sys/ia64/include/
H A Delf.h97 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-10-stable/sys/powerpc/include/
H A Delf.h107 #define AT_PAGESIZESLEN 19 /* Number of pagesizes. */ macro
/freebsd-10-stable/usr.bin/procstat/
H A Dprocstat_auxv.c138 case AT_PAGESIZESLEN:
139 PRINT(AT_PAGESIZESLEN, %ld, (long)auxv[i].a_un.a_val);
/freebsd-10-stable/lib/libc/gen/
H A Dauxv.c90 case AT_PAGESIZESLEN:
/freebsd-10-stable/sys/mips/include/
H A Delf.h144 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld.c1967 if (aux_info[AT_PAGESIZES] != NULL && aux_info[AT_PAGESIZESLEN] !=
1969 size = aux_info[AT_PAGESIZESLEN]->a_un.a_val;
/freebsd-10-stable/sys/kern/
H A Dimgact_elf.c1090 AUXARGS_ENTRY(pos, AT_PAGESIZESLEN, imgp->pagesizeslen);

Completed in 211 milliseconds