Lines Matching refs:auxent

749 		  a->u.auxent.x_sym.x_tagndx.l =
750 a->u.auxent.x_sym.x_tagndx.p->offset;
755 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l =
756 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset;
761 a->u.auxent.x_csect.x_scnlen.l =
762 a->u.auxent.x_csect.x_scnlen.p->offset;
779 union internal_auxent *auxent;
805 auxent = &(native + 1)->u.auxent;
812 strncpy (auxent->x_file.x_fname, name, filnmlen);
815 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE;
816 auxent->x_file.x_n.x_zeroes = 0;
822 strncpy (auxent->x_file.x_fname, name, filnmlen);
945 &((native + j + 1)->u.auxent),
1044 symbol index in the line number field. We also tag the auxent to
1053 union internal_auxent *a = &((native + 1)->u.auxent);
1334 combined_entry_type *auxent)
1342 (abfd, table_base, symbol, indaux, auxent))
1357 && auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l > 0)
1359 auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p =
1360 table_base + auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l;
1361 auxent->fix_end = 1;
1365 if (auxent->u.auxent.x_sym.x_tagndx.l > 0)
1367 auxent->u.auxent.x_sym.x_tagndx.p =
1368 table_base + auxent->u.auxent.x_sym.x_tagndx.l;
1369 auxent->fix_tag = 1;
1613 &(internal_ptr->u.auxent));
1630 /* Make a file symbol point to the name in the auxent, since
1632 if ((internal_ptr + 1)->u.auxent.x_file.x_n.x_zeroes == 0)
1645 + (internal_ptr + 1)->u.auxent.x_file.x_n.x_offset));
1657 (internal_ptr + 1)->u.auxent.x_file.x_fname,
1663 (internal_ptr + 1)->u.auxent.x_file.x_fname,
1817 /* Return the COFF auxent for a symbol. */
1840 *pauxent = ent->u.auxent;
1922 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root;
1924 tagndx = auxp->u.auxent.x_sym.x_tagndx.l;
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->u.auxent.x_scn.x_associated != 0
1947 || auxp->u.auxent.x_scn.x_comdat != 0)
1949 auxp->u.auxent.x_scn.x_checksum,
1950 auxp->u.auxent.x_scn.x_associated,
1951 auxp->u.auxent.x_scn.x_comdat);
1961 next = (auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p
1964 next = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l;
1965 llnos = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_lnnoptr;
1968 tagndx, auxp->u.auxent.x_sym.x_misc.x_fsize,
1975 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_lnno,
1976 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_size,
1981 (auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p
2186 /* The linenumber is stored in the auxent. */
2187 union internal_auxent *a = &((s + 1)->u.auxent);