Home | History | Annotate | Download | only in gold

Lines Matching defs:sdata

2060       // Define _SDA_BASE_ at the start of the .sdata section + 32768.
2064 Output_data_space* sdata = new Output_data_space(4, "** sdata");
2066 = layout->add_output_section_data(".sdata", 0,
2069 sdata, ORDER_SMALL_DATA, false);