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

/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.c170 static symbolS *local_symbol_convert (struct local_symbol *);
183 ? (local_symbol_converted_p ((struct local_symbol *) s) \
184 ? (s = local_symbol_get_real_symbol ((struct local_symbol *) s), \
191 static struct local_symbol *
195 struct local_symbol *ret;
201 ret = (struct local_symbol *) obstack_alloc (&notes, sizeof *ret);
217 local_symbol_convert (struct local_symbol *locsym)
321 struct local_symbol *locsym = (struct local_symbol *) symbolP;
462 symbolP = local_symbol_convert ((struct local_symbol *) symbol
[all...]
H A Dstruc-symbol.h26 holds pointers both to this and to local_symbol structures. See
98 (struct symbol above) or to a local symbol (struct local_symbol
108 struct local_symbol struct

Completed in 140 milliseconds