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

/haiku-buildtools/binutils/gold/
H A Doutput.cc3378 unsigned int s_secn_index = s.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 93 milliseconds