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

  /toolchain/binutils/binutils-2.25/gas/config/
tc-mcore.h 53 int sy_flags; member in struct:mcore_tc_sy
tc-tilegx.c 742 if (!operand_exp->X_add_symbol->sy_flags.sy_local_symbol
    [all...]
tc-tilepro.c 634 if (!operand_exp->X_add_symbol->sy_flags.sy_local_symbol
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
symbols.c 182 (s->sy_flags.sy_local_symbol \
232 ret->sy_flags.sy_resolved = 1;
235 ret->sy_flags.sy_used = 1;
469 symbolP->sy_flags.sy_mri_common = 1;
638 if (symbolP->sy_flags.sy_forward_ref)
655 || symbolP->sy_flags.sy_forward_ref)
656 && !symbolP->sy_flags.sy_resolving)
658 symbolP->sy_flags.sy_resolving = 1;
661 symbolP->sy_flags.sy_resolving = 0;
664 if (symbolP->sy_flags.sy_forward_re
    [all...]
struc-symbol.h 80 struct symbol_flags sy_flags; member in struct:symbol

Completed in 74 milliseconds