HomeSort by: relevance | last modified time | path
    Searched defs:real_reg_section (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-mmix.c 128 static asection *real_reg_section; variable
766 real_reg_section
2724 && (S_GET_SEGMENT (addsy) != real_reg_section
2755 if (addsy == NULL || addsec != real_reg_section)
2852 && (addsec != real_reg_section
3320 S_SET_SEGMENT (sym, real_reg_section);
3782 if (real_reg_section != NULL)
3785 if (bfd_section_flags (real_reg_section) & SEC_HAS_CONTENTS)
3788 bfd_section_list_remove (stdoutput, real_reg_section);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-mmix.c 128 static asection *real_reg_section; variable
766 real_reg_section
2724 && (S_GET_SEGMENT (addsy) != real_reg_section
2755 if (addsy == NULL || addsec != real_reg_section)
2852 && (addsec != real_reg_section
3320 S_SET_SEGMENT (sym, real_reg_section);
3782 if (real_reg_section != NULL)
3785 if (bfd_section_flags (real_reg_section) & SEC_HAS_CONTENTS)
3788 bfd_section_list_remove (stdoutput, real_reg_section);

Completed in 17 milliseconds