Searched refs:i_shdr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delfcode.h499 Elf_Internal_Shdr i_shdr;
690 elf_swap_shdr_in (abfd, &x_shdr, &i_shdr);
696 i_ehdrp->e_shnum = i_shdr.sh_size;
697 if (i_ehdrp->e_shnum != i_shdr.sh_size
705 i_ehdrp->e_shstrndx = i_shdr.sh_link;
706 if (i_ehdrp->e_shstrndx != i_shdr.sh_link)
716 || i_ehdrp->e_shnum > (unsigned int) -1 / sizeof (i_shdr))
757 memcpy (i_shdrp, &i_shdr, sizeof (*i_shdrp));
497 Elf_Internal_Shdr i_shdr; local

Completed in 119 milliseconds