Home | History | Annotate | Download | only in bfd

Lines Matching refs:auxent

844 		  a->u.auxent.x_sym.x_tagndx.l =
845 a->u.auxent.x_sym.x_tagndx.p->offset;
850 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l =
851 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset;
856 a->u.auxent.x_csect.x_scnlen.l =
857 a->u.auxent.x_csect.x_scnlen.p->offset;
874 union internal_auxent *auxent;
902 auxent = &(native + 1)->u.auxent;
909 strncpy (auxent->x_file.x_fname, name, filnmlen);
912 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE;
913 auxent->x_file.x_n.x_zeroes = 0;
919 strncpy (auxent->x_file.x_fname, name, filnmlen);
1048 &((native + j + 1)->u.auxent),
1185 symbol index in the line number field. We also tag the auxent to
1194 union internal_auxent *a = &((native + 1)->u.auxent);
1522 combined_entry_type *auxent)
1531 (abfd, table_base, symbol, indaux, auxent))
1541 BFD_ASSERT (! auxent->is_sym);
1548 && auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l > 0)
1550 auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p =
1551 table_base + auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l;
1552 auxent->fix_end = 1;
1556 if (auxent->u.auxent.x_sym.x_tagndx.l > 0)
1558 auxent->u.auxent.x_sym.x_tagndx.p =
1559 table_base + auxent->u.auxent.x_sym.x_tagndx.l;
1560 auxent->fix_tag = 1;
1825 &(internal_ptr->u.auxent));
1847 /* Make a file symbol point to the name in the auxent, since
1851 if (aux->u.auxent.x_file.x_n.x_zeroes == 0)
1861 if ((bfd_size_type)(aux->u.auxent.x_file.x_n.x_offset)
1866 (bfd_hostptr_t) (string_table + (aux->u.auxent.x_file.x_n.x_offset));
1878 aux->u.auxent.x_file.x_fname,
1884 aux->u.auxent.x_file.x_fname,
2056 /* Return the COFF auxent for a symbol. */
2081 *pauxent = ent->u.auxent;
2164 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root;
2166 tagndx = auxp->u.auxent.x_sym.x_tagndx.l;
2184 (unsigned long) auxp->u.auxent.x_scn.x_scnlen,
2185 auxp->u.auxent.x_scn.x_nreloc,
2186 auxp->u.auxent.x_scn.x_nlinno);
2187 if (auxp->u.auxent.x_scn.x_checksum != 0
2188 || auxp->u.auxent.x_scn.x_associated != 0
2189 || auxp->u.auxent.x_scn.x_comdat != 0)
2191 auxp->u.auxent.x_scn.x_checksum,
2192 auxp->u.auxent.x_scn.x_associated,
2193 auxp->u.auxent.x_scn.x_comdat);
2204 next = (auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p
2207 next = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l;
2208 llnos = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_lnnoptr;
2212 (unsigned long) auxp->u.auxent.x_sym.x_misc.x_fsize,
2219 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_lnno,
2220 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_size,
2225 (auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p
2446 /* The linenumber is stored in the auxent. */
2447 union internal_auxent *a = &((s + 1)->u.auxent);