HomeSort by relevance Sort by last modified time
    Searched refs:lsy_flags (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/
struc-symbol.h 123 struct symbol_flags lsy_flags; member in struct:local_symbol
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)
symbols.c 202 ret->lsy_flags.sy_local_symbol = 1;
203 ret->lsy_flags.sy_resolved = 0;
222 gas_assert (locsym->lsy_flags.sy_local_symbol);
    [all...]

Completed in 89 milliseconds