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

/freebsd-12-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-12-stable/contrib/gcc/config/i386/
H A Ddarwin.h149 if (in_section == text_section) \
H A Dcygming.h115 in_section = NULL)
/freebsd-12-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-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c74 svn_boolean_t in_section;
139 ctx->in_section = TRUE;
148 ctx->in_section = FALSE;
779 ctx->in_section = FALSE;
804 if (ctx->in_section)
853 if (ctx->in_section)
72 svn_boolean_t in_section; member in struct:parse_context_t
/freebsd-12-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 622 milliseconds