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

/macosx-10.9.5/cxxfilt-11/cxxfilt/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...]

Completed in 117 milliseconds