Lines Matching defs:aux

355   union external_auxent aux;
449 printf (_(" No aux header\n"));
719 if (bfd_bread (&s[j + 1].aux,
723 non_fatal (_("cannot read symbol aux entry"));
772 printf (_(" # sc value section type aux name/off\n"));
817 union external_auxent *aux = &s[j + 1].aux;
825 (unsigned)bfd_h_get_32 (abfd, aux->x_scn.x_scnlen),
826 (unsigned)bfd_h_get_16 (abfd, aux->x_scn.x_nreloc),
827 (unsigned)bfd_h_get_16 (abfd, aux->x_scn.x_nlinno));
832 (unsigned)bfd_h_get_32 (abfd, aux->x_scn.x_scnlen),
833 (unsigned)bfd_h_get_16 (abfd, aux->x_scn.x_nreloc));
840 /* Function aux entry (Do not translate). */
842 (unsigned)bfd_h_get_32 (abfd, aux->x_sym.x_tagndx),
844 (abfd, aux->x_sym.x_misc.x_fsize),
846 (abfd, aux->x_sym.x_fcnary.x_fcn.x_lnnoptr),
848 (abfd, aux->x_sym.x_fcnary.x_fcn.x_endndx));
852 /* csect aux entry. */
856 smtyp = bfd_h_get_8 (abfd, aux->x_csect.x_smtyp);
857 scnlen = bfd_h_get_32 (abfd, aux->x_csect.x_scnlen);
864 (unsigned)bfd_h_get_32 (abfd, aux->x_csect.x_parmhash),
865 (unsigned)bfd_h_get_16 (abfd, aux->x_csect.x_snhash),
872 (unsigned)bfd_h_get_8 (abfd, aux->x_csect.x_smclas), 6);
877 printf ("aux\n");
884 (unsigned)bfd_h_get_8 (abfd, aux->x_file.x_ftype));
885 if (aux->x_file.x_n.x_fname[0] != 0)
886 printf ("fname: %.14s", aux->x_file.x_n.x_fname);
890 (abfd, aux->x_file.x_n.x_n.x_offset);
903 (abfd, aux->x_sym.x_misc.x_lnsz.x_lnno));
907 printf ("aux\n");
1479 union external_auxent *aux = &s[s->sym.numaux].aux;
1484 smtyp = bfd_h_get_8 (abfd, aux->x_csect.x_smtyp);
1485 smclas = bfd_h_get_8 (abfd, aux->x_csect.x_smclas);
1535 union external_auxent *aux = &s[s->sym.numaux].aux;
1539 smclas = bfd_h_get_8 (abfd, aux->x_csect.x_smclas);
1544 ent_sz = bfd_h_get_32 (abfd, aux->x_scn.x_scnlen);