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

/freebsd-11-stable/contrib/binutils/gas/
H A Dstruc-symbol.h123 lsy_section. If the symbol has been fully resolved, lsy_frag is
127 fragS *lsy_frag; member in union:local_symbol::__anon363
141 #define local_symbol_resolved_p(l) ((l)->u.lsy_frag == NULL)
142 #define local_symbol_mark_resolved(l) ((l)->u.lsy_frag = NULL)
143 #define local_symbol_get_frag(l) ((l)->u.lsy_frag)
144 #define local_symbol_set_frag(l, f) ((l)->u.lsy_frag = (f))

Completed in 59 milliseconds