Lines Matching full:syment
180 the c_naux field of the syment to 0. */
402 struct internal_syment syment;
409 if (! bfd_coff_get_syment (abfd, sym, &syment))
419 symbols->coff_symno += 1 + syment.n_numaux;
421 if (syment.n_numaux == 0)
434 switch (syment.n_sclass)
458 syment.n_type, psubaux, TRUE, dhandle);
510 struct internal_syment syment;
514 if (! bfd_coff_get_syment (abfd, sym, &syment))
522 symbols->coff_symno += 1 + syment.n_numaux;
524 switch (syment.n_sclass)
695 struct internal_syment syment;
702 if (! bfd_coff_get_syment (abfd, sym, &syment))
714 symbols.coff_symno += 1 + syment.n_numaux;
718 if (syment.n_numaux == 0)
731 if (this_coff_symno == next_c_file && syment.n_sclass != C_FILE)
739 switch (syment.n_sclass)
752 next_c_file = syment.n_value;
760 if (syment.n_type == T_NULL)
765 if (ISFCN (syment.n_type))
768 fnclass = syment.n_sclass;
769 fntype = syment.n_type;
770 if (syment.n_numaux > 0)
778 syment.n_type, paux, TRUE, dhandle);
781 if (! parse_coff_symbol (abfd, &types, sym, this_coff_symno, &syment,
811 if (syment.n_numaux == 0)
870 syment.n_type, paux, TRUE, dhandle);
873 if (! parse_coff_symbol (abfd, &types, sym, this_coff_symno, &syment,