Searched refs:i_ehdr (Results 1 – 3 of 3) sorted by relevance
1056 Elf_Internal_Ehdr i_ehdr; in elf_checksum_contents() local1058 i_ehdr = *i_ehdrp; in elf_checksum_contents()1059 i_ehdr.e_phoff = i_ehdr.e_shoff = 0; in elf_checksum_contents()1060 elf_swap_ehdr_out (abfd, &i_ehdr, &x_ehdr); in elf_checksum_contents()1619 Elf_Internal_Ehdr i_ehdr; /* Elf file header, internal form */ in NAME() local1675 elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr); in NAME()1680 if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0) in NAME()1687 bfd_malloc (i_ehdr.e_phnum * (sizeof *x_phdrs + sizeof *i_phdrs)); in NAME()1690 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs, in NAME()1691 i_ehdr.e_phnum * sizeof x_phdrs[0]); in NAME()[all …]
2288 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd); in ppc_elf_object_p() local2290 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS32) in ppc_elf_object_p()
2901 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd); in ppc64_elf_object_p() local2903 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS64) in ppc64_elf_object_p()