Searched refs:ecoff_symbol_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/binutils/bfd/
H A Dlibecoff.h165 } ecoff_symbol_type; typedef in typeref:struct:ecoff_symbol_struct
169 #define ecoffsymbol(asymbol) ((ecoff_symbol_type *) (&((asymbol)->the_bfd)))
H A Decoff.c638 ecoff_symbol_type *new;
639 bfd_size_type amt = sizeof (ecoff_symbol_type);
856 ecoff_symbol_type *internal;
857 ecoff_symbol_type *internal_ptr;
875 internal_size *= sizeof (ecoff_symbol_type);
954 return (bfd_get_symcount (abfd) + 1) * (sizeof (ecoff_symbol_type *));
963 ecoff_symbol_type *symbase;
964 ecoff_symbol_type **location = (ecoff_symbol_type **) alocation;
2253 ecoff_symbol_type *ecoff_sym_pt
[all...]
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dobj-ecoff.c187 ecoff_symbol_type *esym;

Completed in 105 milliseconds