Searched refs:sortRank (Results 1 – 2 of 2) sorted by relevance
1000 if (a->sortRank != b->sortRank) in compareSections()1001 return a->sortRank < b->sortRank; in compareSections()1003 if (!(a->sortRank & RF_NOT_ADDR_SET)) in compareSections()1130 return countLeadingZeros(a.sortRank ^ b.sortRank); in getRankProximityAux()1180 unsigned sortRank = sec->sortRank; in findOrphanPos() local1188 sortRank = std::max(sortRank, foundSec->sortRank); in findOrphanPos()1194 sortRank < curSecDesc->osec.sortRank) in findOrphanPos()1466 osd->osec.sortRank = getSectionRank(osd->osec); in sortSections()1551 unsigned rank = orphan->sortRank; in sortSections()1553 return cast<OutputDesc>(cmd)->osec.sortRank != rank; in sortSections()
46 unsigned sortRank; variable