Home
last modified time | relevance | path

Searched refs:x_ehdr (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/binutils-2.34/bfd/
HDelfcore.h89 Elf_External_Ehdr x_ehdr; /* Elf file header, external form. */ in elf_core_file_p() local
97 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr)) in elf_core_file_p()
106 if (! elf_file_p (&x_ehdr)) in elf_core_file_p()
112 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
116 switch (x_ehdr.e_ident[EI_DATA]) in elf_core_file_p()
136 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp); in elf_core_file_p()
334 Elf_External_Ehdr x_ehdr; /* Elf file header, external form. */ in NAME() local
344 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr)) in NAME()
357 if (! elf_file_p (&x_ehdr) in NAME()
358 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT in NAME()
[all …]
HDelfcode.h498 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ in elf_object_p() local
510 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr)) in elf_object_p()
524 if (! elf_file_p (&x_ehdr) in elf_object_p()
525 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT in elf_object_p()
526 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_object_p()
530 switch (x_ehdr.e_ident[EI_DATA]) in elf_object_p()
555 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp); in elf_object_p()
1010 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ in elf_write_shdrs_and_ehdr() local
1025 elf_swap_ehdr_out (abfd, i_ehdrp, &x_ehdr); in elf_write_shdrs_and_ehdr()
1026 amt = sizeof (x_ehdr); in elf_write_shdrs_and_ehdr()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
HDelfcore.h81 Elf_External_Ehdr x_ehdr; /* Elf file header, external form. */ in elf_core_file_p() local
89 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr)) in elf_core_file_p()
98 if (! elf_file_p (&x_ehdr)) in elf_core_file_p()
104 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
108 switch (x_ehdr.e_ident[EI_DATA]) in elf_core_file_p()
128 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp); in elf_core_file_p()
HDelfcode.h490 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ in elf_object_p() local
503 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr)) in elf_object_p()
517 if (! elf_file_p (&x_ehdr) in elf_object_p()
518 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT in elf_object_p()
519 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_object_p()
523 switch (x_ehdr.e_ident[EI_DATA]) in elf_object_p()
548 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp); in elf_object_p()
990 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ in elf_write_shdrs_and_ehdr() local
1005 elf_swap_ehdr_out (abfd, i_ehdrp, &x_ehdr); in elf_write_shdrs_and_ehdr()
1006 amt = sizeof (x_ehdr); in elf_write_shdrs_and_ehdr()
[all …]
/dragonfly/contrib/gdb-7/bfd/
HDelfcore.h82 Elf_External_Ehdr x_ehdr; /* Elf file header, external form. */ in elf_core_file_p() local
90 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr)) in elf_core_file_p()
99 if (! elf_file_p (&x_ehdr)) in elf_core_file_p()
105 if (x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_core_file_p()
109 switch (x_ehdr.e_ident[EI_DATA]) in elf_core_file_p()
129 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp); in elf_core_file_p()
HDelfcode.h491 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ in elf_object_p() local
504 if (bfd_bread (&x_ehdr, sizeof (x_ehdr), abfd) != sizeof (x_ehdr)) in elf_object_p()
518 if (! elf_file_p (&x_ehdr) in elf_object_p()
519 || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT in elf_object_p()
520 || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) in elf_object_p()
524 switch (x_ehdr.e_ident[EI_DATA]) in elf_object_p()
549 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp); in elf_object_p()
988 Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ in elf_write_shdrs_and_ehdr() local
1003 elf_swap_ehdr_out (abfd, i_ehdrp, &x_ehdr); in elf_write_shdrs_and_ehdr()
1004 amt = sizeof (x_ehdr); in elf_write_shdrs_and_ehdr()
[all …]