Searched refs:auxp (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/lib/libc/gen/
H A Ddlfcn.c151 Elf_Auxinfo *auxp; local
154 for (auxp = __elf_aux_vector; auxp->a_type != AT_NULL; auxp++) {
155 switch (auxp->a_type) {
157 phdr_info.dlpi_addr = (Elf_Addr)auxp->a_un.a_ptr;
160 phdr_info.dlpi_name = (const char *)auxp->a_un.a_ptr;
164 (const Elf_Phdr *)auxp->a_un.a_ptr;
167 phdr_info.dlpi_phnum = (Elf_Half)auxp->a_un.a_val;
H A Dtls.c277 Elf_Auxinfo *aux, *auxp; local
289 for (auxp = aux; auxp->a_type != AT_NULL; auxp++) {
290 switch (auxp->a_type) {
292 phdr = auxp->a_un.a_ptr;
296 phent = auxp->a_un.a_val;
300 phnum = auxp->a_un.a_val;
/freebsd-10.3-release/contrib/gcc/config/rs6000/
H A Dlinux-unwind.h200 } *auxp; local
211 for (auxp = (struct auxv *) envp; auxp->a_type != 0; ++auxp)
212 if (auxp->a_type == which)
213 return auxp->a_val;
/freebsd-10.3-release/contrib/binutils/bfd/
H A Dcofflink.c1939 union internal_auxent *auxp;
1942 auxp = h->aux + i;
1947 auxp = &aux;
1954 if (auxp->x_file.x_n.x_zeroes == 0
1955 && auxp->x_file.x_n.x_offset != 0)
1960 BFD_ASSERT (auxp->x_file.x_n.x_offset
1968 filename = strings + auxp->x_file.x_n.x_offset;
1973 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx;
1986 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l;
2003 auxp
1938 union internal_auxent *auxp; local
2597 union internal_auxent *auxp; local
[all...]
H A Dcoffgen.c1918 combined_entry_type *auxp = combined + aux + 1; local
1921 if (auxp->fix_tag)
1922 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root;
1924 tagndx = auxp->u.auxent.x_sym.x_tagndx.l;
1928 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux))
1942 (long) auxp->u.auxent.x_scn.x_scnlen,
1943 auxp->u.auxent.x_scn.x_nreloc,
1944 auxp->u.auxent.x_scn.x_nlinno);
1945 if (auxp->u.auxent.x_scn.x_checksum != 0
1946 || auxp
[all...]
/freebsd-10.3-release/contrib/flex/
H A Dscanopt.c721 struct _aux *auxp;
814 auxp = s->aux + opt_offset;
817 if (auxp->flags & ARG_NONE) {
832 if (auxp->flags & ARG_REQ) {
850 if (auxp->flags & ARG_OPT) {
717 struct _aux *auxp; local
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dobj-coff.c1310 union internal_auxent *auxp;
1315 auxp = SYM_AUXENT (symp);
1316 memset (auxp->x_sym.x_fcnary.x_ary.x_dimen, 0,
1317 sizeof (auxp->x_sym.x_fcnary.x_ary.x_dimen));
1306 union internal_auxent *auxp; local
/freebsd-10.3-release/libexec/rtld-elf/
H A Drtld.c342 Elf_Auxinfo *auxp; local
373 for (auxp = aux; auxp->a_type != AT_NULL; auxp++) {
374 if (auxp->a_type < AT_COUNT)
375 aux_info[auxp->a_type] = auxp;

Completed in 215 milliseconds