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

  /src/external/gpl3/gcc/dist/gcc/
output.h 542 extern GTY(()) section *in_section; variable
varasm.cc 162 section *in_section;
2056 save_text_section = in_section;
2087 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0)
4256 && in_section
4257 && (in_section->common.flags & SECTION_MERGE))
8051 else if (in_section == new_section)
8054 in_section = new_section;
8695 in_section = sect;
8721 in_section = sect;
8765 in_section = nullptr
161 section *in_section; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
output.h 538 extern GTY(()) section *in_section; variable
varasm.cc 165 section *in_section;
2030 save_text_section = in_section;
2061 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0)
4216 && in_section
4217 && (in_section->common.flags & SECTION_MERGE))
7866 else if (in_section == new_section)
7869 in_section = new_section;
8514 in_section = sect;
8540 in_section = sect;
164 section *in_section; variable

Completed in 34 milliseconds