Home | History | Annotate | Download | only in bfd

Lines Matching refs:SYM

276     struct bfd_symbol *sym;	/* Function name.  */
1755 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
1787 (struct bfd_symbol *) SYM, &SEC.symbol, \
6100 struct bfd *the_bfd; /* Use bfd_asymbol_bfd(sym) to access this field. */
6234 bfd_boolean bfd_is_local_label (bfd *abfd, asymbol *sym);
6241 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
6243 #define bfd_is_target_special_symbol(abfd, sym) \
6244 BFD_SEND (abfd, _bfd_is_target_special_symbol, (abfd, sym))
6669 #define bfd_find_line(abfd, syms, sym, file, line) \
6671 (abfd, syms, sym, file, line))
6765 (bfd *abfd, symindex previous, carsym **sym);