Home | History | Annotate | Download | only in config

Lines Matching defs:use_coal

1325 darwin_rodata_section (int use_coal, bool zsize, int reloc)
1327 return (use_coal
1613 bool zsize, one, weak, use_coal, ro;
1643 use_coal = (weak || one) && ld_uses_coal_sects;
1655 base_section = darwin_rodata_section (use_coal, zsize, reloc);
1677 if (use_coal)
1711 if (use_coal)
2446 bool use_coal,
2453 switch_to_section (use_coal ? darwin_sections[const_data_coal_section]
2456 switch_to_section (use_coal ? darwin_sections[data_coal_section]
3951 bool use_coal = weak && ld_uses_coal_sects;
3961 return (use_coal) ? darwin_sections[text_cold_coal_section]
3981 return (use_coal) ? darwin_sections[text_startup_coal_section]
3986 return (use_coal) ? darwin_sections[text_exit_coal_section]
3991 return (use_coal) ? darwin_sections[text_hot_coal_section]
3996 return (use_coal) ? darwin_sections[text_coal_section]