Home | History | Annotate | Download | only in bfd

Lines Matching refs:e_shoff

250   dst->e_shoff = H_GET_WORD (abfd, src->e_shoff);
280 H_PUT_WORD (abfd, src->e_shoff, dst->e_shoff);
561 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_type == ET_REL)
571 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_shnum != 0)
608 if (i_ehdrp->e_shoff != 0)
610 bfd_signed_vma where = i_ehdrp->e_shoff;
664 if ((bfd_size_type) where <= i_ehdrp->e_shoff)
673 where = i_ehdrp->e_shoff + sizeof (x_shdr);
793 if (i_ehdrp->e_shstrndx != 0 && i_ehdrp->e_shoff != 0)
1034 if (bfd_seek (abfd, (file_ptr) i_ehdrp->e_shoff, SEEK_SET) != 0
1058 i_ehdr.e_phoff = i_ehdr.e_shoff = 0;
1586 fprintf (stderr, "e_shoff = %ld\n", (long) ehdrp->e_shoff);
1745 if (i_ehdr.e_shoff != 0 && i_ehdr.e_shnum != 0 && i_ehdr.e_shentsize != 0)
1747 shdr_end = i_ehdr.e_shoff + i_ehdr.e_shnum * i_ehdr.e_shentsize;
1818 memset (&x_ehdr.e_shoff, 0, sizeof x_ehdr.e_shoff);