Searched refs:sortRank (Results 1 – 2 of 2) sorted by relevance
1066 if (a->sortRank != b->sortRank) in compareSections()1067 return a->sortRank < b->sortRank; in compareSections()1069 if (!(a->sortRank & RF_NOT_ADDR_SET)) in compareSections()1216 return countLeadingZeros(a->sortRank ^ b->sortRank); in getRankProximityAux()1266 sec->sortRank < curSec->sortRank) in findOrphanPos()1526 os->sortRank = getSectionRank(os); in sortSections()1619 unsigned rank = orphan->sortRank; in sortSections()1621 return cast<OutputSection>(cmd)->sortRank != rank; in sortSections()
46 unsigned sortRank; variable