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

/haiku-buildtools/binutils/gold/
H A Doutput.cc3377 unsigned int this_secn_index = this->input_section_.section_order_index(); local
3379 if (this_secn_index > 0 && s_secn_index > 0)
3381 if (this_secn_index < s_secn_index)
3383 else if (this_secn_index > s_secn_index)

Completed in 57 milliseconds