Lines Matching full:syms
712 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
720 The SYMS table is also needed for horrible internal magic reasons.
902 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
904 (abfd, sec, syms, off, file, func, line))
906 #define bfd_find_line(abfd, syms, sym, file, line) \
908 (abfd, syms, sym, file, line))
974 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
975 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \