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

/freebsd-12-stable/sys/sparc64/include/
H A Delf.h94 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h102 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
190 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-12-stable/sys/powerpc/include/
H A Delf.h113 #define AT_PAGESIZESLEN 19 /* Number of pagesizes. */ macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h90 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h148 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h86 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h93 #define AT_PAGESIZESLEN 21 /* Number of pagesizes. */ macro
/freebsd-12-stable/lib/libc/gen/
H A Dauxv.c109 case AT_PAGESIZESLEN:
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_auxv.c162 case AT_PAGESIZESLEN:
164 "{:AT_PAGESIZESLEN/%ld}\n", prefix,
165 "AT_PAGESIZESLEN", (long)auxv[i].a_un.a_val);
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c2260 if (aux_info[AT_PAGESIZES] != NULL && aux_info[AT_PAGESIZESLEN] !=
2262 size = aux_info[AT_PAGESIZESLEN]->a_un.a_val;
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c1368 AUXARGS_ENTRY(pos, AT_PAGESIZESLEN, imgp->pagesizeslen);

Completed in 195 milliseconds