Home
last modified time | relevance | path

Searched refs:i_ehdr (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h1052 Elf_Internal_Ehdr i_ehdr; in elf_checksum_contents() local
1054 i_ehdr = *i_ehdrp; in elf_checksum_contents()
1055 i_ehdr.e_phoff = i_ehdr.e_shoff = 0; in elf_checksum_contents()
1056 elf_swap_ehdr_out (abfd, &i_ehdr, &x_ehdr); in elf_checksum_contents()
1613 Elf_Internal_Ehdr i_ehdr; /* Elf file header, internal form */ in NAME() local
1669 elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr); in NAME()
1674 if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0) in NAME()
1681 bfd_malloc (i_ehdr.e_phnum * (sizeof *x_phdrs + sizeof *i_phdrs)); in NAME()
1684 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs, in NAME()
1685 i_ehdr.e_phnum * sizeof x_phdrs[0]); in NAME()
[all …]
Delf32-ppc.c2177 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd); in ppc_elf_object_p() local
2179 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS32) in ppc_elf_object_p()
Delf64-ppc.c2832 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd); in ppc64_elf_object_p() local
2834 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS64) in ppc64_elf_object_p()