Searched refs:AT_PAGESZ (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | auxv.h | 76 #define AT_PAGESZ 6 /* getpagesize(2) */ macro
|
/titanic_41/usr/src/cmd/sgs/rtld/i386/ |
H A D | _setup.c | 112 case AT_PAGESZ: in _setup()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | _setup.c | 112 case AT_PAGESZ: in _setup()
|
/titanic_41/usr/src/cmd/sgs/rtld/amd64/ |
H A D | _setup.c | 107 case AT_PAGESZ: in _setup()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | _setup.c | 123 case AT_PAGESZ:
|
/titanic_41/usr/src/lib/libc/i386/crt/ |
H A D | _rtld.c | 110 if (ap->a_type == AT_PAGESZ) { in __rtld()
|
/titanic_41/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 109 if (ap->a_type == AT_PAGESZ) { in __rtld()
|
/titanic_41/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 355 if (ap->a_type == AT_PAGESZ) {
|
/titanic_41/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 634 AUX(av, AT_PAGESZ, pagesize); in read_elf32() 1025 AUX64(av, AT_PAGESZ, pagesize); in read_elf64()
|
/titanic_41/usr/src/cmd/ptools/pargs/ |
H A D | pargs.c | 814 { AT_PAGESZ, "AT_PAGESZ", at_null },
|
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 741 ADDAUX(aux, AT_PAGESZ, PAGESIZE) in elfexec()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 493 case AT_PAGESZ: in dump_auxv()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 2557 if ((pagesize = Pgetauxval(P, AT_PAGESZ)) == -1) { in Pfgrab_core()
|