Home
last modified time | relevance | path

Searched refs:readonly_data_section (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dvarasm.c146 section *readonly_data_section; variable
637 return readonly_data_section; in default_function_rodata_section()
647 return readonly_data_section; in default_no_function_rodata_section()
703 return readonly_data_section; in mergeable_string_section()
729 return readonly_data_section; in mergeable_constant_section()
5416 return readonly_data_section; in default_select_section()
5424 return readonly_data_section; in default_select_section()
5427 return readonly_data_section; in default_select_section()
5429 return readonly_data_section; in default_select_section()
5547 return readonly_data_section; in default_elf_select_section()
[all …]
H A Doutput.h538 extern GTY(()) section *readonly_data_section;
H A Dfinal.c868 || readonly_data_section == text_section) in shorten_branches()
1039 || readonly_data_section == text_section) in shorten_branches()
1245 || readonly_data_section == text_section) in shorten_branches()
H A Dexcept.c3552 exception_section = flag_pic ? data_section : readonly_data_section; in switch_to_exception_section()
H A DChangeLog-20052092 between readonly_data_section and text_section to check whether
2422 text section is the same as readonly_data_section.
2427 * output.h (text_section, data_section, readonly_data_section)
2465 * varasm.c (text_section, data_section, readonly_data_section)
H A DFSFChangeLog.101204 (align_4): Delete call to readonly_data_section.
H A DChangeLog-200221135 (readonly_data_section): Use READONLY_DATA_SECTION_ASM_OP if present.
21194 config/sparc/sysv4.h (SELECT_RTX_SECTION): Use readonly_data_section.
H A DChangeLog-19996666 readonly_data_section, simple_epilogue_p, text_section): Delete
H A DChangeLog-200419517 readonly_data_section.
/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h2647 switch_to_section (readonly_data_section); \
H A Dmips.c6018 switch_to_section (readonly_data_section); in mips_output_aligned_decl_common()
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin.c143 readonly_data_section = darwin_sections[const_section]; in darwin_init_sections()
/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c7378 if (JUMP_TABLES_IN_TEXT_SECTION || readonly_data_section == text_section) in get_jump_table_size()
14692 readonly_data_section = text_section; in aof_asm_init_sections()
/freebsd-12.1/contrib/gcc/doc/
H A Dtm.texi4828 (@pxref{Sections}). The default value is @code{readonly_data_section}.
6148 create a distinct @code{readonly_data_section}, the default is to
6309 variables in @code{readonly_data_section}.
6353 else in @code{readonly_data_section}.
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c18577 readonly_data_section = read_only_data_section; in rs6000_xcoff_asm_init_sections()