Home
last modified time | relevance | path

Searched defs:symbol_flags (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dstruc-symbol.h24 struct symbol_flags struct
27 unsigned int sy_local_symbol : 1;
30 unsigned int sy_written : 1;
34 unsigned int sy_resolved : 1;
38 unsigned int sy_resolving : 1;
43 unsigned int sy_used_in_reloc : 1;
49 unsigned int sy_used : 1;
52 unsigned int sy_volatile : 1;
55 unsigned int sy_forward_ref : 1;
80 struct symbol_flags sy_flags; argument