Lines Matching refs:e_shoff
250 dst->e_shoff = H_GET_WORD (abfd, src->e_shoff); in elf_swap_ehdr_in()
280 H_PUT_WORD (abfd, src->e_shoff, dst->e_shoff); in elf_swap_ehdr_out()
560 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_type == ET_REL) in elf_object_p()
570 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_shnum != 0) in elf_object_p()
607 if (i_ehdrp->e_shoff != 0) in elf_object_p()
609 bfd_signed_vma where = i_ehdrp->e_shoff; in elf_object_p()
663 if ((bfd_size_type) where <= i_ehdrp->e_shoff) in elf_object_p()
672 where = i_ehdrp->e_shoff + sizeof (x_shdr); in elf_object_p()
792 if (i_ehdrp->e_shstrndx != 0 && i_ehdrp->e_shoff != 0) in elf_object_p()
1032 if (bfd_seek (abfd, (file_ptr) i_ehdrp->e_shoff, SEEK_SET) != 0 in elf_write_shdrs_and_ehdr()
1056 i_ehdr.e_phoff = i_ehdr.e_shoff = 0; in elf_checksum_contents()
1584 fprintf (stderr, "e_shoff = %ld\n", (long) ehdrp->e_shoff); in elf_debug_file()
1735 && (bfd_vma) contents_size >= (i_ehdr.e_shoff in NAME()
1739 if ((bfd_vma) contents_size < (i_ehdr.e_shoff in NAME()
1741 contents_size = i_ehdr.e_shoff + i_ehdr.e_shnum * i_ehdr.e_shentsize; in NAME()
1779 if ((bfd_vma) contents_size < (i_ehdr.e_shoff in NAME()
1782 memset (&x_ehdr.e_shoff, 0, sizeof x_ehdr.e_shoff); in NAME()