Searched refs:SortRank (Results 1 – 2 of 2) sorted by relevance
891 if (A->SortRank != B->SortRank) in compareSections()892 return A->SortRank < B->SortRank; in compareSections()894 if (!(A->SortRank & RF_NOT_ADDR_SET)) in compareSections()1034 return countLeadingZeros(A->SortRank ^ B->SortRank); in getRankProximityAux()1086 Sec->SortRank < CurSec->SortRank) in findOrphanPos()1291 OS->SortRank = getSectionRank(OS); in sortSections()1378 unsigned Rank = Orphan->SortRank; in sortSections()1380 return cast<OutputSection>(Cmd)->SortRank != Rank; in sortSections()
56 unsigned SortRank; variable