Home
last modified time | relevance | path

Searched refs:bfd_is_target_special_symbol (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/doc/
H A Dsyms.texi312 @findex bfd_is_target_special_symbol
313 @subsubsection @code{bfd_is_target_special_symbol}
316 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
323 #define bfd_is_target_special_symbol(abfd, sym) \
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dnm.c454 && bfd_is_target_special_symbol (abfd, sym) in filter_symbols()
H A Dobjdump.c2503 || !bfd_is_target_special_symbol (cur_bfd, *current))) in dump_symbols()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfd-in2.h4322 bfd_boolean bfd_is_target_special_symbol (bfd *abfd, asymbol *sym);
4324 #define bfd_is_target_special_symbol(abfd, sym) \ macro
H A DChangeLog-2004795 bfd_is_target_special_symbol.
804 * syms.c (bfd_is_target_special_symbol): New interface function.
806 * targets.c (bfd_target): Include bfd_is_target_special_symbol in
812 bfd_is_target_special_symbol.