Home | History | Annotate | Download | only in bfd

Lines Matching full:auxent

840 		  a->u.auxent.x_sym.x_tagndx.l =
841 a->u.auxent.x_sym.x_tagndx.p->offset;
846 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l =
847 a->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p->offset;
852 a->u.auxent.x_csect.x_scnlen.l =
853 a->u.auxent.x_csect.x_scnlen.p->offset;
870 union internal_auxent *auxent;
898 auxent = &(native + 1)->u.auxent;
905 strncpy (auxent->x_file.x_fname, name, filnmlen);
908 auxent->x_file.x_n.x_offset = *string_size_p + STRING_SIZE_SIZE;
909 auxent->x_file.x_n.x_zeroes = 0;
915 strncpy (auxent->x_file.x_fname, name, filnmlen);
1044 &((native + j + 1)->u.auxent),
1156 *iaux = native[1].u.auxent;
1184 symbol index in the line number field. We also tag the auxent to
1193 union internal_auxent *a = &((native + 1)->u.auxent);
1521 combined_entry_type *auxent)
1530 (abfd, table_base, symbol, indaux, auxent))
1540 BFD_ASSERT (! auxent->is_sym);
1547 && auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l > 0)
1549 auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p =
1550 table_base + auxent->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l;
1551 auxent->fix_end = 1;
1555 if (auxent->u.auxent.x_sym.x_tagndx.l > 0)
1557 auxent->u.auxent.x_sym.x_tagndx.p =
1558 table_base + auxent->u.auxent.x_sym.x_tagndx.l;
1559 auxent->fix_tag = 1;
1837 &(internal_ptr->u.auxent));
1860 /* Make a file symbol point to the name in the auxent, since
1864 if (aux->u.auxent.x_file.x_n.x_zeroes == 0)
1874 if ((bfd_size_type)(aux->u.auxent.x_file.x_n.x_offset)
1879 (bfd_hostptr_t) (string_table + (aux->u.auxent.x_file.x_n.x_offset));
1891 aux->u.auxent.x_file.x_fname,
1897 aux->u.auxent.x_file.x_fname,
2104 tagndx = auxp->u.auxent.x_sym.x_tagndx.p - root;
2106 tagndx = auxp->u.auxent.x_sym.x_tagndx.l;
2124 (unsigned long) auxp->u.auxent.x_scn.x_scnlen,
2125 auxp->u.auxent.x_scn.x_nreloc,
2126 auxp->u.auxent.x_scn.x_nlinno);
2127 if (auxp->u.auxent.x_scn.x_checksum != 0
2128 || auxp->u.auxent.x_scn.x_associated != 0
2129 || auxp->u.auxent.x_scn.x_comdat != 0)
2131 auxp->u.auxent.x_scn.x_checksum,
2132 auxp->u.auxent.x_scn.x_associated,
2133 auxp->u.auxent.x_scn.x_comdat);
2144 next = (auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p
2147 next = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.l;
2148 llnos = auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_lnnoptr;
2152 (unsigned long) auxp->u.auxent.x_sym.x_misc.x_fsize,
2159 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_lnno,
2160 auxp->u.auxent.x_sym.x_misc.x_lnsz.x_size,
2165 (auxp->u.auxent.x_sym.x_fcnary.x_fcn.x_endndx.p
2406 /* The linenumber is stored in the auxent. */
2407 union internal_auxent *a = &((s + 1)->u.auxent);