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

/freebsd-10-stable/contrib/gcc/
H A Doutput.h538 extern GTY(()) section *readonly_data_section; variable
H A Dvarasm.c147 section *readonly_data_section;
638 return readonly_data_section;
648 return readonly_data_section;
704 return readonly_data_section;
730 return readonly_data_section;
2159 switch_to_section (readonly_data_section);
5176 readonly_data_section = get_unnamed_section (0, output_section_asm_op,
5216 if (readonly_data_section == NULL)
5217 readonly_data_section = text_section;
5443 return readonly_data_section;
146 section *readonly_data_section; variable
[all...]
H A Dfinal.c874 || readonly_data_section == text_section)
1045 || readonly_data_section == text_section)
1251 || readonly_data_section == text_section)
H A Dexcept.c3570 exception_section = flag_pic ? data_section : readonly_data_section;
/freebsd-10-stable/contrib/gcc/config/
H A Ddarwin.c143 readonly_data_section = darwin_sections[const_section];
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dmips.h2664 switch_to_section (readonly_data_section); \
H A Dmips.c6048 switch_to_section (readonly_data_section);
/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c7392 if (JUMP_TABLES_IN_TEXT_SECTION || readonly_data_section == text_section)
14714 readonly_data_section = text_section;
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.c18623 readonly_data_section = read_only_data_section;

Completed in 523 milliseconds