Lines Matching full:syms
4 "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c",
4776 /* Extracted from syms.c. */
5282 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
5323 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
5325 (abfd, sec, syms, off, file, func, line))
5327 #define bfd_find_line(abfd, syms, sym, file, line) \
5329 (abfd, syms, sym, file, line))
5395 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
5396 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \