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

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfcore.h75 Elf_External_Ehdr x_ehdr; /* Elf file header, external form. */ local
86 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr))
95 if (! elf_file_p (&x_ehdr))
101 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
105 switch (x_ehdr.e_ident[EI_DATA])
129 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
H A Delfcode.h496 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */
513 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr))
527 if (! elf_file_p (&x_ehdr)
528 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT
529 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS)
533 switch (x_ehdr.e_ident[EI_DATA])
562 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
1055 Elf_External_Ehdr x_ehdr; /* El
494 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ local
1052 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ local
1577 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ local
[all...]

Completed in 241 milliseconds