Searched refs:auxv32_t (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | P32ton.h | 51 extern void auxv_32_to_n(const auxv32_t *, auxv_t *); 69 extern void auxv_n_to_32(const auxv_t *, auxv32_t *);
|
H A D | Pgcore.c | 1302 auxv32_t *av32; in Pfgcore() 1303 size_t size = sizeof (auxv32_t) * P->nauxv; in Pfgcore() 1385 auxv32_t *av32; in Pfgcore() 1386 size_t size = sizeof (auxv32_t) * P->nauxv; in Pfgcore()
|
H A D | P32ton.c | 169 auxv_32_to_n(const auxv32_t *src, auxv_t *dst) in auxv_32_to_n() 543 auxv_n_to_32(const auxv_t *src, auxv32_t *dst) in auxv_n_to_32()
|
H A D | Pcore.c | 1047 auxv32_t *a32; in note_auxv() 1049 n = nbytes / sizeof (auxv32_t); in note_auxv() 1050 nbytes = n * sizeof (auxv32_t); in note_auxv()
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | ps.c | 96 entsize = sizeof (auxv32_t); in get_ldbase() 107 ((uintptr_t)((auxv32_t *)auxvp)-> in get_ldbase() 116 ((uintptr_t)((auxv32_t *)auxvp)-> in get_ldbase()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | auxv.h | 65 } auxv32_t; typedef
|
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf_impl.h | 43 typedef auxv32_t aux_entry_t;
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 128 static func_t iload32(char *, Elf32_Phdr *, Elf32_Phdr *, auxv32_t **); 515 auxv32_t auxv[__BOOT_NAUXV_IMPL]; /* Aux vector */ in read_elf32() 517 auxv32_t *av = auxv; in read_elf32() 592 auxv32_t *a = auxv; in read_elf32() 977 iload32(char *rtld, Elf32_Phdr *thdr, Elf32_Phdr *dhdr, auxv32_t **avp) in iload32()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | brand.c | 890 auxv32_t auxflags_auxv32; in brand_solaris_elfexec() 922 auxv32_t brand_auxv32[] = { in brand_solaris_elfexec()
|
H A D | exec.c | 1885 auxv32_t **a = (auxv32_t **)auxvpp; in stk_copyout()
|
/illumos-gate/usr/src/uts/common/fs/proc/ |
H A D | prioctl.c | 1699 auxv32_t auxv[__KERN_NAUXV_IMPL]; in prioctl32() 2828 __KERN_NAUXV_IMPL * sizeof (auxv32_t))) in prioctl32()
|
H A D | prvnops.c | 2285 auxv32_t auxv[__KERN_NAUXV_IMPL]; in pr_read_auxv_32() 3329 vap->va_size = __KERN_NAUXV_IMPL * PR_OBJSIZE(auxv32_t, auxv_t); in prgetattr()
|