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

  /toolchain/binutils/binutils-2.27/bfd/
elfcore.h 81 Elf_External_Ehdr x_ehdr; /* Elf file header, external form. */ local
89 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr))
98 if (! elf_file_p (&x_ehdr))
104 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
108 switch (x_ehdr.e_ident[EI_DATA])
128 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
elfcode.h 493 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */
506 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr))
520 if (! elf_file_p (&x_ehdr)
521 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT
522 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
526 switch (x_ehdr.e_ident[EI_DATA])
551 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
491 Elf_External_Ehdr x_ehdr; \/* Elf file header, external form *\/ local
991 Elf_External_Ehdr x_ehdr; \/* Elf file header, external form *\/ local
1055 Elf_External_Ehdr x_ehdr; local
1618 Elf_External_Ehdr x_ehdr; \/* Elf file header, external form *\/ local
    [all...]

Completed in 102 milliseconds