• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/

Lines Matching refs:symbols

44 /* This structure is used to hold the symbols, as well as the current
45 location within the symbols. */
49 /* The symbols. */
51 /* The number of symbols. */
136 parse_coff_type (bfd *abfd, struct coff_symbols *symbols,
151 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
157 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
185 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
188 parse_coff_base_type (abfd, symbols,
226 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
233 parse_coff_base_type (bfd *abfd, struct coff_symbols *symbols,
323 ret = parse_coff_struct_type (abfd, symbols, types, ntype, pauxent,
336 ret = parse_coff_struct_type (abfd, symbols, types, ntype, pauxent,
350 ret = parse_coff_enum_type (abfd, symbols, types, pauxent, dhandle);
373 parse_coff_struct_type (bfd *abfd, struct coff_symbols *symbols,
391 && symbols->coff_symno < symend
392 && symbols->symno < symbols->symcount)
401 sym = symbols->syms[symbols->symno];
410 this_coff_symno = symbols->coff_symno;
412 ++symbols->symno;
413 symbols->coff_symno += 1 + syment.n_numaux;
451 ftype = parse_coff_type (abfd, symbols, types, this_coff_symno,
480 parse_coff_enum_type (bfd *abfd, struct coff_symbols *symbols,
500 && symbols->coff_symno < symend
501 && symbols->symno < symbols->symcount)
506 sym = symbols->syms[symbols->symno];
515 ++symbols->symno;
516 symbols->coff_symno += 1 + syment.n_numaux;
650 /* This is the main routine. It looks through all the symbols and
656 struct coff_symbols symbols;
668 symbols.syms = syms;
669 symbols.symcount = symcount;
670 symbols.symno = 0;
671 symbols.coff_symno = 0;
685 while (symbols.symno < symcount)
694 sym = syms[symbols.symno];
705 this_coff_symno = symbols.coff_symno;
707 ++symbols.symno;
708 symbols.coff_symno += 1 + syment.n_numaux;
752 /* Ignore static symbols with a type of T_NULL. These
771 type = parse_coff_type (abfd, &symbols, &types, this_coff_symno,
790 type = parse_coff_type (abfd, &symbols, &types, this_coff_symno,
863 type = parse_coff_type (abfd, &symbols, &types, this_coff_symno,