Home | History | Annotate | Download | only in bfd

Lines Matching defs:symbol

23    section is associated with a particular symbol.  When the linker
25 given name and associated with a given symbol. */
29 /* The name of the symbol associated with a comdat section. */
32 /* The local symbol table index of the symbol associated with a
36 long symbol;
70 #define coff_symbol_from(symbol) \
71 ((bfd_family_coff (bfd_asymbol_bfd (symbol)) \
72 && bfd_asymbol_bfd (symbol)->tdata.coff_obj_data) \
73 ? (coff_symbol_type *) (symbol) : NULL)