Searched refs:auxv_t (Results 1 - 25 of 54) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetauxv.c48 static auxv_t *
51 static auxv_t *auxb = NULL;
63 auxv_t *buf = NULL;
69 statb.st_size + sizeof (auxv_t));
74 nauxv = i / sizeof (auxv_t);
102 return ((auxv_t *)0);
112 auxv_t *auxp;
114 if ((auxp = _getaux(type)) != (auxv_t *)0)
122 auxv_t *auxp;
124 if ((auxp = _getaux(type)) != (auxv_t *)
[all...]
/opensolaris-onvv-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp_util.c35 auxv_t *ap;
59 for (ap = (auxv_t *)p; ap->a_type != AT_NULL; ap++) {
/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DP32ton.h53 extern void auxv_32_to_n(const auxv32_t *, auxv_t *);
71 extern void auxv_n_to_32(const auxv_t *, auxv32_t *);
H A Dproc_get_info.c176 proc_get_auxv(pid_t pid, auxv_t *pauxv, int naux)
185 if ((rv = read(fd, pauxv, naux * sizeof (auxv_t))) >= 0)
186 rv /= sizeof (auxv_t);
H A DPservice.c310 ps_pauxv(struct ps_prochandle *P, const auxv_t **aux)
318 *aux = (const auxv_t *)P->auxv;
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c62 auxv_t *auxv, *_auxv;
83 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
228 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform,
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c67 auxv_t *auxv, *_auxv;
88 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
228 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform,
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c70 auxv_t *auxv, *_auxv;
99 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
232 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform,
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c67 auxv_t *auxv, *_auxv;
88 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
220 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform,
/opensolaris-onvv-gate/usr/src/uts/common/exec/elf/
H A Delf_impl.h53 typedef auxv_t aux_entry_t;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dauxv.h54 } auxv_t; typedef in typeref:struct:__anon7172
H A Duser.h205 auxv_t u_auxv[__KERN_NAUXV_IMPL]; /* aux vector from exec */
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h161 extern int mdb_kproc_auxv(uintptr_t, auxv_t *);
H A Dmdb_pservice.c98 const auxv_t **);
231 ps_pauxv(struct ps_prochandle *P, const auxv_t **auxvp)
248 const auxv_t *auxv;
H A Dmdb_target_impl.h136 int (*t_auxv)(mdb_tgt_t *, const auxv_t **auxvp);
328 extern int mdb_tgt_auxv(mdb_tgt_t *, const auxv_t **);
/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c74 auxv_t *auxvp;
99 entsize = sizeof (auxv_t);
241 ps_pauxv(struct ps_prochandle *ph, const auxv_t **auxvp)
/opensolaris-onvv-gate/usr/src/lib/mpss/common/
H A Dmpss.c110 static auxv_t auxb;
119 while (read(fd, &auxb, sizeof (auxv_t)) == sizeof (auxv_t)) {
/opensolaris-onvv-gate/usr/src/cmd/ptools/pldd/
H A Dpldd.c153 const auxv_t *auxv;
/opensolaris-onvv-gate/usr/src/head/
H A Ddlfcn.h81 auxv_t *dla_auxv; /* process auxv vectors */
H A Dproc_service.h133 extern ps_err_e ps_pauxv(struct ps_prochandle *, const auxv_t **);
/opensolaris-onvv-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c333 auxv_t *ap;
400 for (ap = (auxv_t *)p; ap->a_type != AT_NULL; ap++) {
/opensolaris-onvv-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c96 auxv_t *ap; /* working aux pointer */
108 for (ap = (auxv_t *)ebp->eb_un.eb_ptr;
/opensolaris-onvv-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c95 auxv_t *ap; /* working aux pointer */
107 for (ap = (auxv_t *)ebp->eb_un.eb_ptr;
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c128 /* auxv_t, <sys/auxv.h> */
132 START(auxv, auxv_t);
134 SCALAR_FIELD(auxv_t, a_type, 1);
135 SCALAR_FIELD(auxv_t, a_un.a_val, 1);
136 SCALAR_FIELD(auxv_t, a_un.a_ptr, 0);
137 SCALAR_FIELD(auxv_t, a_un.a_fcn, 0);
/opensolaris-onvv-gate/usr/src/lib/brand/shared/librtld_db/common/
H A Dbrand_librtld_db.c138 const auxv_t *auxvp = NULL;

Completed in 111 milliseconds

123