Searched refs:AT_PAGESZ (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/lib/libc/gen/
H A Dgetpagesize.c64 error = _elf_aux_info(AT_PAGESZ, &value, sizeof(value));
H A Dauxv.c113 case AT_PAGESZ:
187 case AT_PAGESZ:
/freebsd-12-stable/sys/sparc64/include/
H A Delf.h79 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-12-stable/sys/x86/include/
H A Delf.h87 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
175 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-12-stable/sys/powerpc/include/
H A Delf.h100 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-12-stable/sys/riscv/include/
H A Delf.h75 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-12-stable/sys/mips/include/
H A Delf.h133 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-12-stable/sys/arm/include/
H A Delf.h71 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-12-stable/sys/arm64/include/
H A Delf.h78 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-12-stable/usr.bin/procstat/
H A Dprocstat_auxv.c92 case AT_PAGESZ:
93 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_PAGESZ/%ld}\n",
94 prefix, "AT_PAGESZ", (long)auxv[i].a_un.a_val);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dauxv.c211 TAG (AT_PAGESZ, "System page size", dec);
/freebsd-12-stable/contrib/file/src/
H A Dreadelf.h72 #define AT_PAGESZ 6 /* system page size */ macro
/freebsd-12-stable/contrib/binutils/include/elf/
H A Dcommon.h758 #define AT_PAGESZ 6 /* System page size */ macro
/freebsd-12-stable/sys/arm64/linux/
H A Dlinux_sysvec.c179 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz);
/freebsd-12-stable/sys/i386/linux/
H A Dlinux_sysvec.c231 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz);
/freebsd-12-stable/sys/amd64/linux/
H A Dlinux_sysvec.c254 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz);
/freebsd-12-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c226 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1077 return getauxval(AT_PAGESZ);
/freebsd-12-stable/libexec/rtld-elf/
H A Drtld.c2271 if (aux_info[AT_PAGESZ] != NULL) {
2272 psa[0] = aux_info[AT_PAGESZ]->a_un.a_val;
/freebsd-12-stable/sys/kern/
H A Dimgact_elf.c1352 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz);

Completed in 532 milliseconds