Lines Matching refs:e_shstrndx
256 dst->e_shstrndx = H_GET_16 (abfd, src->e_shstrndx); in elf_swap_ehdr_in()
292 tmp = src->e_shstrndx; in elf_swap_ehdr_out()
295 H_PUT_16 (abfd, tmp, dst->e_shstrndx); in elf_swap_ehdr_out()
635 if (i_ehdrp->e_shstrndx == (SHN_XINDEX & 0xffff)) in elf_object_p()
637 i_ehdrp->e_shstrndx = i_shdr.sh_link; in elf_object_p()
638 if (i_ehdrp->e_shstrndx != i_shdr.sh_link) in elf_object_p()
751 if (i_ehdrp->e_shstrndx >= elf_numsections (abfd)) in elf_object_p()
759 i_ehdrp->e_shstrndx = SHN_UNDEF; in elf_object_p()
763 else if (i_ehdrp->e_shstrndx != SHN_UNDEF) in elf_object_p()
791 if (i_ehdrp->e_shstrndx != 0 && i_ehdrp->e_shoff != 0) in elf_object_p()
1014 if (i_ehdrp->e_shstrndx >= (SHN_LORESERVE & 0xffff)) in elf_write_shdrs_and_ehdr()
1015 i_shdrp[0]->sh_link = i_ehdrp->e_shstrndx; in elf_write_shdrs_and_ehdr()
1816 memset (&x_ehdr.e_shstrndx, 0, sizeof x_ehdr.e_shstrndx); in NAME()