Lines Matching defs:sec2
5636 const asection *sec2 = *(const asection **) arg2;
5641 if (sec1->lma < sec2->lma)
5643 else if (sec1->lma > sec2->lma)
5648 if (sec1->vma < sec2->vma)
5650 else if (sec1->vma > sec2->vma)
5660 if (!TOEND (sec2))
5663 else if (TOEND (sec2))
5672 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0;
5679 return sec1->target_index - sec2->target_index;
8848 asection *sec2;
8857 sec2 = bfd_get_section_by_name (abfd, sec->name);
8858 if (sec2 != NULL)
8859 shndx = _bfd_elf_section_from_bfd_section (abfd, sec2);