Home
last modified time | relevance | path

Searched refs:auxv_t (Results 1 – 25 of 58) sorted by relevance

123

/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetauxv.c48 static auxv_t *
51 static auxv_t *auxb = NULL; in _getaux()
63 auxv_t *buf = NULL; in _getaux()
69 statb.st_size + sizeof (auxv_t)); in _getaux()
74 nauxv = i / sizeof (auxv_t); in _getaux()
102 return ((auxv_t *)0); in _getaux()
112 auxv_t *auxp; in ___getauxval()
114 if ((auxp = _getaux(type)) != (auxv_t *)0) in ___getauxval()
122 auxv_t *auxp; in ___getauxptr()
124 if ((auxp = _getaux(type)) != (auxv_t *)0) in ___getauxptr()
/titanic_50/usr/src/ucbcmd/sbcp/
H A Dsbcp_util.c35 auxv_t *ap; in sbcp_init()
59 for (ap = (auxv_t *)p; ap->a_type != AT_NULL; ap++) { in sbcp_init()
/titanic_50/usr/src/lib/libproc/common/
H A Dproc_get_info.c176 proc_get_auxv(pid_t pid, auxv_t *pauxv, int naux) in proc_get_auxv()
185 if ((rv = read(fd, pauxv, naux * sizeof (auxv_t))) >= 0) in proc_get_auxv()
186 rv /= sizeof (auxv_t); in proc_get_auxv()
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 DPservice.c312 ps_pauxv(struct ps_prochandle *P, const auxv_t **aux) in ps_pauxv()
320 *aux = (const auxv_t *)P->auxv; in ps_pauxv()
/titanic_50/usr/src/cmd/sgs/rtld/i386/
H A D_setup.c71 auxv_t *auxv, *_auxv; in _setup()
92 _auxv = (auxv_t *)ebp->eb_un.eb_ptr; in _setup()
236 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform, in _setup()
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/
H A D_setup.c71 auxv_t *auxv, *_auxv; in _setup()
92 _auxv = (auxv_t *)ebp->eb_un.eb_ptr; in _setup()
228 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform, in _setup()
/titanic_50/usr/src/cmd/sgs/rtld/sparc/
H A D_setup.c74 auxv_t *auxv, *_auxv;
103 _auxv = (auxv_t *)ebp->eb_un.eb_ptr;
240 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform,
/titanic_50/usr/src/cmd/sgs/rtld/amd64/
H A D_setup.c66 auxv_t *auxv, *_auxv; in _setup()
87 _auxv = (auxv_t *)ebp->eb_un.eb_ptr; in _setup()
236 if ((lmp = setup((char **)_envp, (auxv_t *)_auxv, _flags, _platform, in _setup()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c98 const auxv_t **);
231 ps_pauxv(struct ps_prochandle *P, const auxv_t **auxvp) in ps_pauxv()
248 const auxv_t *auxv; in ps_pbrandname()
H A Dmdb_ks.h161 extern int mdb_kproc_auxv(uintptr_t, auxv_t *);
H A Dmdb_kproc.c119 auxv_t *kp_auxv; /* Auxv array from u-area */
153 auxv_t *auxp; in kp_getauxval()
422 mdb_free(kp->kp_auxv, kp->kp_nauxv * sizeof (auxv_t)); in kp_destroy()
879 kp_auxv(mdb_tgt_t *t, const auxv_t **auxvp) in kp_auxv()
950 int (*f_auxv)(uintptr_t, auxv_t *); in mdb_kproc_tgt_create()
1014 kp->kp_auxv = mdb_alloc(sizeof (auxv_t) * kp->kp_nauxv, UM_SLEEP); in mdb_kproc_tgt_create()
H A Dmdb_target_impl.h137 int (*t_auxv)(mdb_tgt_t *, const auxv_t **auxvp);
333 extern int mdb_tgt_auxv(mdb_tgt_t *, const auxv_t **);
/titanic_50/usr/src/lib/mpss/common/
H A Dmpss.c110 static auxv_t auxb; in mygetexecname()
119 while (read(fd, &auxb, sizeof (auxv_t)) == sizeof (auxv_t)) { in mygetexecname()
/titanic_50/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c74 auxv_t *auxvp; in get_ldbase()
99 entsize = sizeof (auxv_t); in get_ldbase()
241 ps_pauxv(struct ps_prochandle *ph, const auxv_t **auxvp) in ps_pauxv()
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Dgen_layout_obj.c39 auxv_t auxv;
H A Dgen_struct_layout.c109 START(auxv, auxv_t); in gen_auxv()
111 SCALAR_FIELD(auxv_t, a_type, 1); in gen_auxv()
112 SCALAR_FIELD(auxv_t, a_un.a_val, 1); in gen_auxv()
113 SCALAR_FIELD(auxv_t, a_un.a_ptr, 0); in gen_auxv()
114 SCALAR_FIELD(auxv_t, a_un.a_fcn, 0); in gen_auxv()
/titanic_50/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c333 auxv_t *ap; in brand_post_init()
400 for (ap = (auxv_t *)p; ap->a_type != AT_NULL; ap++) { in brand_post_init()
/titanic_50/usr/src/uts/common/sys/
H A Dauxv.h53 } auxv_t; typedef
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf_impl.h53 typedef auxv_t aux_entry_t;
/titanic_50/usr/src/lib/libc/sparc/crt/
H A D_rtld.c95 auxv_t *ap; /* working aux pointer */ in __rtld()
107 for (ap = (auxv_t *)ebp->eb_un.eb_ptr; in __rtld()
/titanic_50/usr/src/lib/libc/i386/crt/
H A D_rtld.c96 auxv_t *ap; /* working aux pointer */ in __rtld()
108 for (ap = (auxv_t *)ebp->eb_un.eb_ptr; in __rtld()
/titanic_50/usr/src/lib/madv/common/
H A Dmadv.c166 static auxv_t auxb; in mygetexecname()
175 while (read(fd, &auxb, sizeof (auxv_t)) == sizeof (auxv_t)) { in mygetexecname()
/titanic_50/usr/src/head/
H A Dproc_service.h133 extern ps_err_e ps_pauxv(struct ps_prochandle *, const auxv_t **);
H A Ddlfcn.h73 auxv_t *dla_auxv; /* process auxv vectors */

123