HomeSort by relevance Sort by last modified time
    Searched refs:x_shdr (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
elfcore.h 189 Elf_External_Shdr x_shdr; local
199 if (bfd_bread (&x_shdr, sizeof (x_shdr), abfd) != sizeof (x_shdr))
201 elf_swap_shdr_in (abfd, &x_shdr, &i_shdr);
elfcode.h 495 Elf_External_Shdr x_shdr; /* Section header table entry, external form */
568 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0)
619 if (bfd_bread (&x_shdr, sizeof x_shdr, abfd) != sizeof (x_shdr))
621 elf_swap_shdr_in (abfd, &x_shdr, &i_shdr);
655 if (i_ehdrp->e_shnum > (unsigned int) -1 / sizeof (x_shdr)
659 where += (i_ehdrp->e_shnum - 1) * sizeof (x_shdr);
665 if (bfd_bread (&x_shdr, sizeof x_shdr, abfd) != sizeof (x_shdr)
493 Elf_External_Shdr x_shdr; \/* Section header table entry, external form *\/ local
1076 Elf_External_Shdr x_shdr; local
    [all...]

Completed in 117 milliseconds