Searched refs:in_section (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
H A Dpe.h137 section *save_section = in_section; \
154 in_section = NULL)
H A Daof.h123 (in_section = NULL, \
H A Darm.c14363 if (in_section == text_section)
14723 in_section = NULL;
/freebsd-10-stable/contrib/gcc/config/i386/
H A Ddarwin.h149 if (in_section == text_section) \
H A Dcygming.h115 in_section = NULL)
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dxcoff.h167 in_section = NULL; \
H A Drs6000.c11092 && in_section != toc_section
11093 && in_section != text_section
11094 && !unlikely_text_section_p (in_section)
/freebsd-10-stable/contrib/gcc/
H A Doutput.h551 extern GTY(()) section *in_section; variable
H A Dvarasm.c175 section *in_section;
1507 save_text_section = in_section;
1532 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0)
3436 && in_section
3437 && (in_section->common.flags & SECTION_MERGE))
6021 if (in_section == new_section)
6025 in_section = NULL;
6027 in_section = new_section;
174 section *in_section; variable

Completed in 470 milliseconds