Home
last modified time | relevance | path

Searched refs:auxp (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dlinux-unwind.h200 } *auxp; in ppc_linux_aux_vector() local
211 for (auxp = (struct auxv *) envp; auxp->a_type != 0; ++auxp) in ppc_linux_aux_vector()
212 if (auxp->a_type == which) in ppc_linux_aux_vector()
213 return auxp->a_val; in ppc_linux_aux_vector()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dcoffgen.c1909 combined_entry_type *auxp = combined + aux + 1; in coff_print_symbol() local
1912 if (auxp->fix_tag) in coff_print_symbol()
1913 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root; in coff_print_symbol()
1915 tagndx = auxp->u.auxent.x_sym.x_tagndx.l; in coff_print_symbol()
1919 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux)) in coff_print_symbol()
1933 (long) auxp->u.auxent.x_scn.x_scnlen, in coff_print_symbol()
1934 auxp->u.auxent.x_scn.x_nreloc, in coff_print_symbol()
1935 auxp->u.auxent.x_scn.x_nlinno); in coff_print_symbol()
1936 if (auxp->u.auxent.x_scn.x_checksum != 0 in coff_print_symbol()
1937 || auxp->u.auxent.x_scn.x_associated != 0 in coff_print_symbol()
[all …]
Dcofflink.c1941 union internal_auxent *auxp; in _bfd_coff_link_input_bfd() local
1944 auxp = h->aux + i; in _bfd_coff_link_input_bfd()
1949 auxp = &aux; in _bfd_coff_link_input_bfd()
1956 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd()
1957 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
1962 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
1970 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
1975 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
1988 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l; in _bfd_coff_link_input_bfd()
2005 auxp->x_sym.x_fcnary.x_fcn.x_endndx.l = indx; in _bfd_coff_link_input_bfd()
[all …]
DChangeLog-94955361 (coff_print_symbol): If auxp->fix_end, print x_endndx value.
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dcoffgen.c2092 combined_entry_type *auxp = combined + aux + 1; local
2095 if (auxp->fix_tag)
2096 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root;
2098 tagndx = auxp->u.auxent.x_sym.x_tagndx.l;
2102 if (bfd_coff_print_aux (abfd, file, root, combined, auxp, aux))
2116 (long) auxp->u.auxent.x_scn.x_scnlen,
2117 auxp->u.auxent.x_scn.x_nreloc,
2118 auxp->u.auxent.x_scn.x_nlinno);
2119 if (auxp->u.auxent.x_scn.x_checksum != 0
2120 || auxp->u.auxent.x_scn.x_associated != 0
[all …]
Dcofflink.c1943 union internal_auxent *auxp; in _bfd_coff_link_input_bfd() local
1946 auxp = h->aux + i; in _bfd_coff_link_input_bfd()
1951 auxp = &aux; in _bfd_coff_link_input_bfd()
1958 if (auxp->x_file.x_n.x_zeroes == 0 in _bfd_coff_link_input_bfd()
1959 && auxp->x_file.x_n.x_offset != 0) in _bfd_coff_link_input_bfd()
1964 BFD_ASSERT (auxp->x_file.x_n.x_offset in _bfd_coff_link_input_bfd()
1972 filename = strings + auxp->x_file.x_n.x_offset; in _bfd_coff_link_input_bfd()
1977 auxp->x_file.x_n.x_offset = STRING_SIZE_SIZE + indx; in _bfd_coff_link_input_bfd()
1989 indx = auxp->x_sym.x_fcnary.x_fcn.x_endndx.l; in _bfd_coff_link_input_bfd()
2006 auxp->x_sym.x_fcnary.x_fcn.x_endndx.l = indx; in _bfd_coff_link_input_bfd()
[all …]
DChangeLog-94955361 (coff_print_symbol): If auxp->fix_end, print x_endndx value.
/openbsd/src/usr.bin/lex/
Dscanopt.c682 struct _aux *auxp; in scanopt() local
775 auxp = s->aux + opt_offset; in scanopt()
778 if (auxp->flags & ARG_NONE) { in scanopt()
793 if (auxp->flags & ARG_REQ) { in scanopt()
811 if (auxp->flags & ARG_OPT) { in scanopt()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dobj-coff.c1306 union internal_auxent *auxp; in coff_frob_symbol() local
1311 auxp = SYM_AUXENT (symp); in coff_frob_symbol()
1312 memset (auxp->x_sym.x_fcnary.x_ary.x_dimen, 0, in coff_frob_symbol()
1313 sizeof (auxp->x_sym.x_fcnary.x_ary.x_dimen)); in coff_frob_symbol()
/openbsd/src/gnu/usr.bin/binutils/gas/config/
Dobj-coff.c1241 union internal_auxent *auxp; local
1246 auxp = SYM_AUXENT (symp);
1247 memset (auxp->x_sym.x_fcnary.x_ary.x_dimen, 0,
1248 sizeof (auxp->x_sym.x_fcnary.x_ary.x_dimen));