Lines Matching full:syms
704 (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
712 The SYMS table is also needed for horrible internal magic reasons.
894 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
896 (abfd, sec, syms, off, file, func, line))
898 #define bfd_find_line(abfd, syms, sym, file, line) \
900 (abfd, syms, sym, file, line))
966 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
967 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \