Home | History | Annotate | Download | only in bfd

Lines Matching refs:hdr2

1922   const asection *hdr2 = *(const asection **) arg2;
1926 if ((hdr2->flags & SEC_ALLOC) == 0)
1931 if ((hdr2->flags & SEC_ALLOC) != 0)
1934 if (hdr1->vma < hdr2->vma)
1936 else if (hdr1->vma > hdr2->vma)