Searched refs:i_ehdrp (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386-fbsd.c42 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */ local
44 i_ehdrp = elf_elfheader (abfd);
47 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_FREEBSD;
50 memcpy (&i_ehdrp->e_ident[EI_ABIVERSION], "FreeBSD", 8);
H A Delf64-alpha-fbsd.c42 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */ local
44 i_ehdrp = elf_elfheader (abfd);
47 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_FREEBSD;
50 memcpy (&i_ehdrp->e_ident[EI_ABIVERSION], "FreeBSD", 8);
H A Delfcore.h76 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form. */ local
128 i_ehdrp = elf_elfheader (abfd);
129 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
132 elf_debug_file (i_ehdrp);
140 if (ebd->elf_machine_code != i_ehdrp->e_machine
142 || i_ehdrp->e_machine != ebd->elf_machine_alt1)
144 || i_ehdrp->e_machine != ebd->elf_machine_alt2))
161 if (back->elf_machine_code == i_ehdrp->e_machine
163 && i_ehdrp->e_machine == back->elf_machine_alt1)
165 && i_ehdrp
[all...]
H A Delfcode.h497 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form */
561 i_ehdrp = elf_elfheader (abfd);
562 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
564 elf_debug_file (i_ehdrp);
568 if (i_ehdrp->e_type == ET_CORE)
573 if (i_ehdrp->e_shoff == 0 && i_ehdrp->e_type == ET_REL)
579 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0)
583 if (i_ehdrp
495 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form */ local
1053 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form */ local
[all...]
H A Delf.c4891 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd);
4904 off = i_ehdrp->e_ehsize;
4962 i_ehdrp->e_shoff = off;
4963 off += i_ehdrp->e_shnum * i_ehdrp->e_shentsize;
4973 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form */
4979 i_ehdrp = elf_elfheader (abfd);
4988 i_ehdrp->e_ident[EI_MAG0] = ELFMAG0;
4989 i_ehdrp->e_ident[EI_MAG1] = ELFMAG1;
4990 i_ehdrp
4886 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
4968 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form */ local
5089 Elf_Internal_Ehdr *i_ehdrp; local
8618 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form */ local
8646 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form */ local
9230 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */ local
[all...]
H A Delf32-arm.c9368 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */ local
9371 i_ehdrp = elf_elfheader (abfd);
9373 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_FREEBSD;
9374 i_ehdrp->e_ident[EI_ABIVERSION] = 0;
9380 i_ehdrp->e_flags |= EF_ARM_BE8;
9387 if (EF_ARM_EABI_VERSION (i_ehdrp->e_flags) == EF_ARM_EABI_VER5 &&
9388 (i_ehdrp->e_type == ET_DYN || i_ehdrp->e_type == ET_EXEC))
9389 i_ehdrp->e_flags |=
H A Delf32-i386.c3858 Elf_Internal_Ehdr *i_ehdrp;
3860 i_ehdrp = elf_elfheader (abfd);
3863 i_ehdrp->e_ident[EI_OSABI] = get_elf_backend_data (abfd)->elf_osabi;
3866 memcpy (&i_ehdrp->e_ident[EI_ABIVERSION], "FreeBSD", 8);
3856 Elf_Internal_Ehdr *i_ehdrp; local
H A Delf64-alpha.c5403 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */
5405 i_ehdrp = elf_elfheader (abfd);
5408 i_ehdrp->e_ident[EI_OSABI] = get_elf_backend_data (abfd)->elf_osabi;
5411 memcpy (&i_ehdrp->e_ident[EI_ABIVERSION], "FreeBSD", 8);
5390 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */ local
H A Delfxx-ia64.c5783 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd);
5785 i_ehdrp->e_ident[EI_OSABI] = get_elf_backend_data (abfd)->elf_osabi;
5786 i_ehdrp->e_ident[EI_ABIVERSION] = 1;
5776 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
H A Delf32-spu.c2923 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
2925 i_ehdrp->e_type = ET_DYN;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dfbsd-proc.c126 Elf_Internal_Ehdr *i_ehdrp; local
130 i_ehdrp = elf_elfheader (obfd);
131 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_FREEBSD;

Completed in 212 milliseconds