Home | History | Annotate | Download | only in bfd

Lines Matching refs:elfsec

801 	  unsigned int elfsec = this_hdr->sh_link;
804 get the situation where elfsec is 0. */
805 if (elfsec == 0)
817 if (elfsec < elf_numsections (abfd))
819 this_hdr = elf_elfsections (abfd)[elfsec];
830 s->owner, s, elfsec);
1566 unsigned int elfsec;
1577 elfsec = _bfd_elf_section_from_bfd_section (abfd, s);
1578 if (elfsec == SHN_BAD)
1580 shlink = elf_elfsections (abfd)[elfsec]->sh_link;