Lines Matching defs:symbols

46 /* This structure is used to hold the symbols, as well as the current
47 location within the symbols. */
51 /* The symbols. */
53 /* The number of symbols. */
138 parse_coff_type (bfd *abfd, struct coff_symbols *symbols,
153 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
159 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
187 type = parse_coff_type (abfd, symbols, types, coff_symno, newtype,
190 parse_coff_base_type (abfd, symbols,
228 return parse_coff_base_type (abfd, symbols, types, coff_symno, ntype,
235 parse_coff_base_type (bfd *abfd, struct coff_symbols *symbols,
325 ret = parse_coff_struct_type (abfd, symbols, types, ntype, pauxent,
338 ret = parse_coff_struct_type (abfd, symbols, types, ntype, pauxent,
352 ret = parse_coff_enum_type (abfd, symbols, types, pauxent, dhandle);
375 parse_coff_struct_type (bfd *abfd, struct coff_symbols *symbols,
393 && symbols->coff_symno < symend
394 && symbols->symno < symbols->symcount)
403 sym = symbols->syms[symbols->symno];
412 this_coff_symno = symbols->coff_symno;
414 ++symbols->symno;
415 symbols->coff_symno += 1 + syment.n_numaux;
453 ftype = parse_coff_type (abfd, symbols, types, this_coff_symno,
482 parse_coff_enum_type (bfd *abfd, struct coff_symbols *symbols,
502 && symbols->coff_symno < symend
503 && symbols->symno < symbols->symcount)
508 sym = symbols->syms[symbols->symno];
517 ++symbols->symno;
518 symbols->coff_symno += 1 + syment.n_numaux;
652 /* This is the main routine. It looks through all the symbols and
658 struct coff_symbols symbols;
670 symbols.syms = syms;
671 symbols.symcount = symcount;
672 symbols.symno = 0;
673 symbols.coff_symno = 0;
687 while (symbols.symno < symcount)
696 sym = syms[symbols.symno];
707 this_coff_symno = symbols.coff_symno;
709 ++symbols.symno;
710 symbols.coff_symno += 1 + syment.n_numaux;
754 /* Ignore static symbols with a type of T_NULL. These
773 type = parse_coff_type (abfd, &symbols, &types, this_coff_symno,
792 type = parse_coff_type (abfd, &symbols, &types, this_coff_symno,
865 type = parse_coff_type (abfd, &symbols, &types, this_coff_symno,