Home | History | Annotate | Download | only in bfd

Lines Matching defs:i_ehdr

1179     Elf_Internal_Ehdr i_ehdr;
1181 i_ehdr = *i_ehdrp;
1182 i_ehdr.e_phoff = i_ehdr.e_shoff = 0;
1183 elf_swap_ehdr_out (abfd, &i_ehdr, &x_ehdr);
1791 Elf_Internal_Ehdr i_ehdr; /* Elf file header, internal form */
1849 elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr);
1854 if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0)
1860 if (_bfd_mul_overflow (i_ehdr.e_phnum,
1869 err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (bfd_byte *) x_phdrs,
1870 i_ehdr.e_phnum * sizeof x_phdrs[0]);
1878 i_phdrs = (Elf_Internal_Phdr *) &x_phdrs[i_ehdr.e_phnum];
1884 for (i = 0; i < i_ehdr.e_phnum; ++i)
1926 if (i_ehdr.e_shoff != 0 && i_ehdr.e_shnum != 0 && i_ehdr.e_shentsize != 0)
1928 shdr_end = i_ehdr.e_shoff + i_ehdr.e_shnum * i_ehdr.e_shentsize;
1964 for (i = 0; i < i_ehdr.e_phnum; ++i)