Home | History | Annotate | Download | only in bfd

Lines Matching defs:symbol

93   /* The symbol table file position, set by _bfd_ecoff_mkobject_hook.  */
126 /* A mapping from external symbol numbers to entries in the linker
130 /* A mapping from reloc symbol indices to sections, used when
157 /* The actual symbol which the rest of BFD works with */
158 asymbol symbol;
160 /* The fdr for this symbol. */
163 /* TRUE if this is a local symbol rather than an external one. */
166 /* A pointer to the unswapped hidden information for this symbol.
176 /* We need to save the index of an external symbol when we write it
177 out so that can set the symbol index correctly when we write out
179 #define ecoff_get_sym_index(symbol) ((symbol)->udata.i)
180 #define ecoff_set_sym_index(symbol, idx) ((symbol)->udata.i = (idx))
207 /* Symbol index in output file. */
211 /* ECOFF external symbol information. */
213 /* Nonzero if this symbol has been written out. */
215 /* Nonzero if this symbol was referred to as small undefined. */