Home | History | Annotate | Download | only in binutils

Lines Matching full:auxent

57      each auxent counts as a symbol).  */
403 union internal_auxent auxent;
425 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
431 psubaux = &auxent;
444 bitsize = auxent.x_sym.x_misc.x_lnsz.x_size;
696 union internal_auxent auxent;
716 /* We only worry about the first auxent, because that is the
722 if (! bfd_coff_get_auxent (abfd, sym, 0, &auxent))
728 paux = &auxent;
771 fnend = bfd_asymbol_value (sym) + auxent.x_sym.x_misc.x_fsize;
814 base = auxent.x_sym.x_misc.x_lnsz.x_lnno - 1;