Searched refs:i_ehdr (Results 1 – 3 of 3) sorted by relevance
1052 Elf_Internal_Ehdr i_ehdr; in elf_checksum_contents() local1054 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() local1669 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 …]
2177 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd); in ppc_elf_object_p() local2179 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS32) in ppc_elf_object_p()
2832 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd); in ppc64_elf_object_p() local2834 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS64) in ppc64_elf_object_p()