Home
last modified time | relevance | path

Searched refs:lsy_flags (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dstruc-symbol.h123 struct symbol_flags lsy_flags; member
151 #define local_symbol_resolved_p(l) ((l)->lsy_flags.sy_resolved)
152 #define local_symbol_mark_resolved(l) ((l)->lsy_flags.sy_resolved = 1)
Dsymbols.c201 ret->lsy_flags.sy_local_symbol = 1; in local_symbol_make()
202 ret->lsy_flags.sy_resolved = 0; in local_symbol_make()
221 gas_assert (locsym->lsy_flags.sy_local_symbol); in local_symbol_convert()
DChangeLog-20121871 (struct local_symbol): Replace lsy_marker field by lsy_flags.