Home | History | Annotate | Download | only in gold

Lines Matching refs:data_segment_align

3427 // This is called when we see DATA_SEGMENT_ALIGN.  It means that any
3431 Script_sections::data_segment_align()
3434 gold_error(_("DATA_SEGMENT_ALIGN may only appear once in a linker script"));
3443 // any output sections seen since DATA_SEGMENT_ALIGN are relro.
3454 gold_error(_("DATA_SEGMENT_RELRO_END must follow DATA_SEGMENT_ALIGN"));