Home | History | Annotate | Download | only in gold

Lines Matching refs:seg1

1211   // Return whether SEG1 comes before SEG2 in the output file.
1213 segment_precedes(const Output_segment* seg1, const Output_segment* seg2);
1270 operator()(const Output_segment* seg1, const Output_segment* seg2)
1271 { return this->layout_->segment_precedes(seg1, seg2); }