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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delfcode.h1582 Elf_Internal_Ehdr i_ehdr; /* Elf file header, internal form */
1637 elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr);
1642 if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0)
1648 x_phdrs = bfd_malloc (i_ehdr.e_phnum * (sizeof *x_phdrs + sizeof *i_phdrs));
1654 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs,
1655 i_ehdr.e_phnum * sizeof x_phdrs[0]);
1663 i_phdrs = (Elf_Internal_Phdr *) &x_phdrs[i_ehdr.e_phnum];
1668 for (i = 0; i < i_ehdr.e_phnum; ++i)
1700 && (bfd_vma) contents_size >= (i_ehdr
1578 Elf_Internal_Ehdr i_ehdr; /* Elf file header, internal form */ local
[all...]
H A Delf32-ppc.c1764 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd);
1766 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS32)
1761 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd); local
H A Delf64-ppc.c2458 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd);
2460 if (i_ehdr->e_ident[EI_CLASS] == ELFCLASS64)
2456 Elf_Internal_Ehdr *i_ehdr = elf_elfheader (abfd); local

Completed in 200 milliseconds