HomeSort by: relevance | last modified time | path
    Searched refs:x_shdr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elfcore.h 172 Elf_External_Shdr x_shdr; local
185 if (bfd_read (&x_shdr, sizeof (x_shdr), abfd) != sizeof (x_shdr))
187 elf_swap_shdr_in (abfd, &x_shdr, &i_shdr);
elfcode.h 525 Elf_External_Shdr x_shdr; /* Section header table entry, external form */
597 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0)
646 if (bfd_read (&x_shdr, sizeof x_shdr, abfd) != sizeof (x_shdr)
647 || !elf_swap_shdr_in (abfd, &x_shdr, &i_shdr))
682 if (i_ehdrp->e_shnum > (unsigned int) -1 / sizeof (x_shdr)
686 where += (i_ehdrp->e_shnum - 1) * sizeof (x_shdr);
692 if (bfd_read (&x_shdr, sizeof x_shdr, abfd) != sizeof (x_shdr)
523 Elf_External_Shdr x_shdr; \/* Section header table entry, external form *\/ local
1195 Elf_External_Shdr x_shdr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elfcore.h 175 Elf_External_Shdr x_shdr; local
188 if (bfd_read (&x_shdr, sizeof (x_shdr), abfd) != sizeof (x_shdr))
190 elf_swap_shdr_in (abfd, &x_shdr, &i_shdr);
elfcode.h 524 Elf_External_Shdr x_shdr; /* Section header table entry, external form */
596 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0)
647 if (bfd_read (&x_shdr, sizeof x_shdr, abfd) != sizeof (x_shdr))
649 elf_swap_shdr_in (abfd, &x_shdr, &i_shdr);
683 if (i_ehdrp->e_shnum > (unsigned int) -1 / sizeof (x_shdr)
687 where += (i_ehdrp->e_shnum - 1) * sizeof (x_shdr);
693 if (bfd_read (&x_shdr, sizeof x_shdr, abfd) != sizeof (x_shdr)
522 Elf_External_Shdr x_shdr; \/* Section header table entry, external form *\/ local
1196 Elf_External_Shdr x_shdr; local
    [all...]

Completed in 24 milliseconds