Home | History | Annotate | Download | only in info

Lines Matching full:syms

703         (bfd *abfd, asection *sec, arelent **loc, asymbol **syms);
711 The SYMS table is also needed for horrible internal magic reasons.
893 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \
895 (abfd, sec, syms, off, file, func, line))
897 #define bfd_find_line(abfd, syms, sym, file, line) \
899 (abfd, syms, sym, file, line))
965 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \
966 BFD_SEND (abfd, _bfd_get_synthetic_symtab, (abfd, count, syms, \