Home | History | Annotate | Download | only in bfd

Lines Matching defs:i_ehdrp

319   Elf_Internal_Ehdr * i_ehdrp;
322 i_ehdrp = elf_elfheader (abfd);
327 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU
328 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
335 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_HPUX
336 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
340 flags = i_ehdrp->e_flags;
348 if (i_ehdrp->e_ident[EI_CLASS] == ELFCLASS64)
1124 Elf_Internal_Ehdr *i_ehdrp;
1129 i_ehdrp = elf_elfheader (abfd);
1130 i_ehdrp->e_ident[EI_OSABI] = get_elf_backend_data (abfd)->elf_osabi;
1131 i_ehdrp