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

/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c1106 section *base_section; local
1115 base_section = (weak_p
1119 base_section = weak_p ? darwin_sections[text_coal_section] : text_section;
1122 base_section = weak_p ? darwin_sections[const_coal_section] : darwin_sections[const_section];
1124 base_section = weak_p ? darwin_sections[const_data_coal_section] : darwin_sections[const_data_section];
1126 base_section = weak_p ? darwin_sections[data_coal_section] : data_section;
1151 return base_section;
1170 return base_section;
1227 return base_section;
1230 return base_section;
[all...]

Completed in 70 milliseconds