Home
last modified time | relevance | path

Searched refs:in_section (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/arm/
HDpe.h133 section *save_section = in_section; \
149 in_section = NULL)
HDaof.h122 (in_section = NULL, \
HDarm.c14341 if (in_section == text_section) in thumb_call_via_reg()
14701 in_section = NULL; in zero_init_section()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDconfig_file.c72 svn_boolean_t in_section; member
137 ctx->in_section = TRUE; in open_section()
146 ctx->in_section = FALSE; in close_section()
775 ctx->in_section = FALSE; in svn_config__parse_stream()
800 if (ctx->in_section) in svn_config__parse_stream()
849 if (ctx->in_section) in svn_config__parse_stream()
/freebsd-11-stable/contrib/gcc/config/i386/
HDdarwin.h149 if (in_section == text_section) \
HDcygming.h113 in_section = NULL)
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDxcoff.h167 in_section = NULL; \
HDrs6000.c11064 && in_section != toc_section in rs6000_assemble_integer()
11065 && in_section != text_section in rs6000_assemble_integer()
11066 && !unlikely_text_section_p (in_section) in rs6000_assemble_integer()
/freebsd-11-stable/contrib/gcc/
HDoutput.h551 extern GTY(()) section *in_section;
HDvarasm.c174 section *in_section; variable
1500 save_text_section = in_section; in assemble_end_function()
1524 if (ASM_NO_SKIP_IN_TEXT && (in_section->common.flags & SECTION_CODE) != 0) in assemble_zeros()
3415 && in_section in output_constant_pool_1()
3416 && (in_section->common.flags & SECTION_MERGE)) in output_constant_pool_1()
5994 if (in_section == new_section) in switch_to_section()
5998 in_section = NULL; in switch_to_section()
6000 in_section = new_section; in switch_to_section()
HDChangeLog-20052054 set in_section to NULL.
2057 (unicosmk_output_common): Set in_section to NULL instead of calling
2065 (unicosmk_output_ssib): Set in_section to NULL instead of calling
2082 set in_section to NULL.
2088 (ASM_OUTPUT_COMMON): Set in_section to NULL rather than calling
2097 a comparison between in_section and text_section.
2195 (drectve_section): Redefine as a macro that sets in_section after
2199 in_text_section with comparison between in_section and text_section.
2233 in_section to NULL.
2243 in_section to NULL.
[all …]
HDFSFChangeLog.101018 * varasm.c (enum in_section): Define in_bss if BSS_SECTION_ASM_OP
HDChangeLog-1998437 data section, regardless of what in_section thinks.
HDChangeLog-20011156 and in_toc_section() rather than the in_section variable.
HDChangeLog-200221133 * varasm.c (enum in_section): Add in_readonly_data.
HDChangeLog-200336304 (in_section): Likewise.
HDChangeLog-200436330 (in_section): Add in_unlikely_executed_text to enum data structure.