Searched refs:sortRank (Results 1 – 2 of 2) sorted by relevance
993 if (a->sortRank != b->sortRank) in compareSections()994 return a->sortRank < b->sortRank; in compareSections()996 if (!(a->sortRank & RF_NOT_ADDR_SET)) in compareSections()1128 ? countLeadingZeros(a->sortRank ^ osd->osec.sortRank) in getRankProximity()1172 unsigned sortRank = sec->sortRank; in findOrphanPos() local1180 sortRank = std::max(sortRank, foundSec->sortRank); in findOrphanPos()1186 sortRank < curSecDesc->osec.sortRank) in findOrphanPos()1458 osd->osec.sortRank = getSectionRank(osd->osec); in sortSections()1543 unsigned rank = orphan->sortRank; in sortSections()1545 return cast<OutputDesc>(cmd)->osec.sortRank != rank; in sortSections()
47 unsigned sortRank; variable