Home | History | Annotate | Download | only in ld

Lines Matching refs:sec1

5668   const asection *sec1 = ((const struct check_sec *) arg1)->sec;
5671 if (sec1->lma < sec2->lma)
5673 else if (sec1->lma > sec2->lma)
5675 else if (sec1->id < sec2->id)
5677 else if (sec1->id > sec2->id)
5686 const asection *sec1 = ((const struct check_sec *) arg1)->sec;
5689 if (sec1->vma < sec2->vma)
5691 else if (sec1->vma > sec2->vma)
5693 else if (sec1->id < sec2->id)
5695 else if (sec1->id > sec2->id)