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

/freebsd-11-stable/lib/libc/gen/
H A Dgetpagesize.c64 error = _elf_aux_info(AT_PAGESZ, &value, sizeof(value));
H A Dauxv.c107 case AT_PAGESZ:
169 case AT_PAGESZ:
/freebsd-11-stable/sys/riscv/include/
H A Delf.h75 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Delf.h77 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-11-stable/sys/arm64/include/
H A Delf.h75 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h85 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
173 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Delf.h94 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-11-stable/sys/arm/include/
H A Delf.h69 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-11-stable/sys/mips/include/
H A Delf.h129 #define AT_PAGESZ 6 /* Page size in bytes. */ macro
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_auxv.c91 case AT_PAGESZ:
92 xo_emit("{dw:/%s}{Lw:/%-16s/%s}{:AT_PAGESZ/%ld}\n",
93 prefix, "AT_PAGESZ", (long)auxv[i].a_un.a_val);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dauxv.c211 TAG (AT_PAGESZ, "System page size", dec);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sysvec.c230 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz);
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h72 #define AT_PAGESZ 6 /* system page size */ macro
/freebsd-11-stable/contrib/binutils/include/elf/
H A Dcommon.h758 #define AT_PAGESZ 6 /* System page size */ macro
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c268 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c237 AUXARGS_ENTRY_32(pos, AT_PAGESZ, args->pagesz);
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c242 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1077 return getauxval(AT_PAGESZ);
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c1126 AUXARGS_ENTRY(pos, AT_PAGESZ, args->pagesz);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c2243 if (aux_info[AT_PAGESZ] != NULL) {
2244 psa[0] = aux_info[AT_PAGESZ]->a_un.a_val;

Completed in 191 milliseconds