Lines Matching refs:x_shdr
494 Elf_External_Shdr x_shdr; /* Section header table entry, external form */
567 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0)
621 if (bfd_bread (&x_shdr, sizeof x_shdr, abfd) != sizeof (x_shdr))
623 elf_swap_shdr_in (abfd, &x_shdr, &i_shdr);
657 if (i_ehdrp->e_shnum > (unsigned int) -1 / sizeof (x_shdr)
661 where += (i_ehdrp->e_shnum - 1) * sizeof (x_shdr);
669 if (bfd_bread (&x_shdr, sizeof x_shdr, abfd) != sizeof (x_shdr))
673 where = i_ehdrp->e_shoff + sizeof (x_shdr);
705 if (bfd_bread (&x_shdr, sizeof x_shdr, abfd) != sizeof (x_shdr))
707 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex);
1075 Elf_External_Shdr x_shdr;
1081 elf_swap_shdr_out (abfd, &i_shdr, &x_shdr);
1082 (*process) (&x_shdr, sizeof x_shdr, arg);