HomeSort by: relevance | last modified time | path
    Searched refs:i_ehdrp (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
elfcore.h 90 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form. */ local
135 i_ehdrp = elf_elfheader (abfd);
136 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
139 elf_debug_file (i_ehdrp);
147 if (ebd->elf_machine_code != i_ehdrp->e_machine
149 || i_ehdrp->e_machine != ebd->elf_machine_alt1)
151 || i_ehdrp->e_machine != ebd->elf_machine_alt2)
155 if (ebd->osabi_exact && i_ehdrp->e_ident[EI_OSABI] != ebd->elf_osabi)
160 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE
    [all...]
elfcode.h 524 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form */
579 i_ehdrp = elf_elfheader (abfd);
580 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
582 elf_debug_file (i_ehdrp);
586 if (i_ehdrp->e_type == ET_CORE)
591 if (i_ehdrp->e_shoff < sizeof (x_ehdr) && i_ehdrp->e_type == ET_REL)
597 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0)
601 if (i_ehdrp->e_shoff < sizeof (x_ehdr) && i_ehdrp->e_shnum != 0
522 Elf_Internal_Ehdr *i_ehdrp; \/* Elf file header, internal form *\/ local
1104 Elf_Internal_Ehdr *i_ehdrp; \/* Elf file header, internal form *\/ local
1168 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
    [all...]
elf32-visium.c 721 Elf_Internal_Ehdr *i_ehdrp; local
726 i_ehdrp = elf_elfheader (abfd);
727 i_ehdrp->e_ident[EI_ABIVERSION] = 1;
format.c 649 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
652 && i_ehdrp->e_ident[EI_OSABI] == bed->elf_osabi)
elf64-hppa.c 322 Elf_Internal_Ehdr * i_ehdrp;
325 i_ehdrp = elf_elfheader (abfd);
330 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU
331 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
338 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_HPUX
339 && i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
343 flags = i_ehdrp->e_flags;
351 if (i_ehdrp->e_ident[EI_CLASS] == ELFCLASS64)
1160 Elf_Internal_Ehdr *i_ehdrp;
1165 i_ehdrp = elf_elfheader (abfd)
321 Elf_Internal_Ehdr * i_ehdrp; local
1159 Elf_Internal_Ehdr *i_ehdrp; local
    [all...]
elf.c 6882 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd);
6896 off = i_ehdrp->e_ehsize;
6950 alloc = i_ehdrp->e_phnum;
7014 if (bfd_seek (abfd, i_ehdrp->e_phoff, SEEK_SET) != 0
7026 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form. */
7030 i_ehdrp = elf_elfheader (abfd);
7038 i_ehdrp->e_ident[EI_MAG0] = ELFMAG0;
7039 i_ehdrp->e_ident[EI_MAG1] = ELFMAG1;
7040 i_ehdrp->e_ident[EI_MAG2] = ELFMAG2;
7041 i_ehdrp->e_ident[EI_MAG3] = ELFMAG3
6880 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
7024 Elf_Internal_Ehdr *i_ehdrp; \/* Elf file header, internal form. *\/ local
7111 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (obfd); local
7140 Elf_Internal_Ehdr *i_ehdrp; local
13500 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
    [all...]
elf32-m68hc1x.c 1484 Elf_Internal_Ehdr * i_ehdrp;
1486 i_ehdrp = elf_elfheader (abfd);
1487 i_ehdrp->e_flags |= E_M68HC12_BANKS;
1483 Elf_Internal_Ehdr * i_ehdrp; local
elf32-hppa.c 960 Elf_Internal_Ehdr * i_ehdrp; local
963 i_ehdrp = elf_elfheader (abfd);
968 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU &&
969 i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
976 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NETBSD &&
977 i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
982 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_HPUX)
986 flags = i_ehdrp->e_flags;
elf64-ia64-vms.c 4504 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
4518 for (i = 0; i < i_ehdrp->e_phnum; i++, i_phdr++)
4608 Elf_Internal_Ehdr *i_ehdrp; local
4613 i_ehdrp = elf_elfheader (abfd);
4614 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_OPENVMS;
4615 i_ehdrp->e_ident[EI_ABIVERSION] = 2;
elf32-metag.c 3072 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */ local
3077 i_ehdrp = elf_elfheader (abfd);
3078 i_ehdrp->e_ident[EI_ABIVERSION] = METAG_ELF_ABI_VERSION;
elf64-alpha.c 5556 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */
5561 i_ehdrp = elf_elfheader (abfd);
5564 i_ehdrp->e_ident[EI_OSABI] = get_elf_backend_data (abfd)->elf_osabi;
5567 memcpy (&i_ehdrp->e_ident[EI_ABIVERSION], "FreeBSD", 8);
5543 Elf_Internal_Ehdr * i_ehdrp; \/* ELF file header, internal form. *\/ local
elfnn-ia64.c 4948 Elf_Internal_Ehdr *i_ehdrp;
4953 i_ehdrp = elf_elfheader (abfd);
4954 i_ehdrp->e_ident[EI_OSABI] = get_elf_backend_data (abfd)->elf_osabi;
4955 i_ehdrp->e_ident[EI_ABIVERSION] = 1;
4941 Elf_Internal_Ehdr *i_ehdrp; local
elf32-arm.c 17534 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */ local
17541 i_ehdrp = elf_elfheader (abfd);
17543 if (EF_ARM_EABI_VERSION (i_ehdrp->e_flags) == EF_ARM_EABI_UNKNOWN)
17544 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_ARM;
17545 i_ehdrp->e_ident[EI_ABIVERSION] = ARM_ELF_ABI_VERSION;
17551 i_ehdrp->e_flags |= EF_ARM_BE8;
17554 i_ehdrp->e_ident[EI_OSABI] |= ELFOSABI_ARM_FDPIC;
17557 if (EF_ARM_EABI_VERSION (i_ehdrp->e_flags) == EF_ARM_EABI_VER5
17558 && ((i_ehdrp->e_type == ET_DYN) || (i_ehdrp->e_type == ET_EXEC))
    [all...]
elfnn-kvx.c 3529 Elf_Internal_Ehdr *i_ehdrp; /* ELF file header, internal form. */ local
3534 i_ehdrp = elf_elfheader (abfd);
3535 i_ehdrp->e_ident[EI_ABIVERSION] = KVX_ELF_ABI_VERSION;
  /src/external/gpl3/binutils.old/dist/bfd/
elfcore.h 90 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form. */ local
136 i_ehdrp = elf_elfheader (abfd);
137 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
140 elf_debug_file (i_ehdrp);
148 if (ebd->elf_machine_code != i_ehdrp->e_machine
150 || i_ehdrp->e_machine != ebd->elf_machine_alt1)
152 || i_ehdrp->e_machine != ebd->elf_machine_alt2)
157 && i_ehdrp->e_ident[EI_OSABI] != ebd->elf_osabi
163 if (i_ehdrp->e_phoff == 0 || i_ehdrp->e_type != ET_CORE
    [all...]
elfcode.h 523 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form */
578 i_ehdrp = elf_elfheader (abfd);
579 elf_swap_ehdr_in (abfd, &x_ehdr, i_ehdrp);
581 elf_debug_file (i_ehdrp);
585 if (i_ehdrp->e_type == ET_CORE)
590 if (i_ehdrp->e_shoff < sizeof (x_ehdr) && i_ehdrp->e_type == ET_REL)
596 if (i_ehdrp->e_shentsize != sizeof (x_shdr) && i_ehdrp->e_shnum != 0)
600 if (i_ehdrp->e_shoff < sizeof (x_ehdr) && i_ehdrp->e_shnum != 0
521 Elf_Internal_Ehdr *i_ehdrp; \/* Elf file header, internal form *\/ local
1105 Elf_Internal_Ehdr *i_ehdrp; \/* Elf file header, internal form *\/ local
1169 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
    [all...]
elf32-visium.c 728 Elf_Internal_Ehdr *i_ehdrp; local
733 i_ehdrp = elf_elfheader (abfd);
734 i_ehdrp->e_ident[EI_ABIVERSION] = 1;
elf64-hppa.c 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)
318 Elf_Internal_Ehdr * i_ehdrp; local
1123 Elf_Internal_Ehdr *i_ehdrp; local
    [all...]
elf.c 6817 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd);
6831 off = i_ehdrp->e_ehsize;
6885 alloc = i_ehdrp->e_phnum;
6949 if (bfd_seek (abfd, i_ehdrp->e_phoff, SEEK_SET) != 0
6961 Elf_Internal_Ehdr *i_ehdrp; /* Elf file header, internal form. */
6965 i_ehdrp = elf_elfheader (abfd);
6973 i_ehdrp->e_ident[EI_MAG0] = ELFMAG0;
6974 i_ehdrp->e_ident[EI_MAG1] = ELFMAG1;
6975 i_ehdrp->e_ident[EI_MAG2] = ELFMAG2;
6976 i_ehdrp->e_ident[EI_MAG3] = ELFMAG3
6815 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
6959 Elf_Internal_Ehdr *i_ehdrp; \/* Elf file header, internal form. *\/ local
7046 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (obfd); local
7075 Elf_Internal_Ehdr *i_ehdrp; local
13723 Elf_Internal_Ehdr *i_ehdrp; \/* ELF file header, internal form. *\/ local
    [all...]
elf32-m68hc1x.c 1484 Elf_Internal_Ehdr * i_ehdrp;
1486 i_ehdrp = elf_elfheader (abfd);
1487 i_ehdrp->e_flags |= E_M68HC12_BANKS;
1483 Elf_Internal_Ehdr * i_ehdrp; local
elf32-hppa.c 960 Elf_Internal_Ehdr * i_ehdrp; local
963 i_ehdrp = elf_elfheader (abfd);
968 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_GNU &&
969 i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
976 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NETBSD &&
977 i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_NONE) /* aka SYSV */
982 if (i_ehdrp->e_ident[EI_OSABI] != ELFOSABI_HPUX)
986 flags = i_ehdrp->e_flags;
elf64-ia64-vms.c 4505 Elf_Internal_Ehdr *i_ehdrp = elf_elfheader (abfd); local
4519 for (i = 0; i < i_ehdrp->e_phnum; i++, i_phdr++)
4609 Elf_Internal_Ehdr *i_ehdrp; local
4614 i_ehdrp = elf_elfheader (abfd);
4615 i_ehdrp->e_ident[EI_OSABI] = ELFOSABI_OPENVMS;
4616 i_ehdrp->e_ident[EI_ABIVERSION] = 2;
elf32-metag.c 3109 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */ local
3114 i_ehdrp = elf_elfheader (abfd);
3115 i_ehdrp->e_ident[EI_ABIVERSION] = METAG_ELF_ABI_VERSION;
elf64-alpha.c 5554 Elf_Internal_Ehdr * i_ehdrp; /* ELF file header, internal form. */
5559 i_ehdrp = elf_elfheader (abfd);
5562 i_ehdrp->e_ident[EI_OSABI] = get_elf_backend_data (abfd)->elf_osabi;
5565 memcpy (&i_ehdrp->e_ident[EI_ABIVERSION], "FreeBSD", 8);
5541 Elf_Internal_Ehdr * i_ehdrp; \/* ELF file header, internal form. *\/ local
elfnn-ia64.c 4950 Elf_Internal_Ehdr *i_ehdrp;
4955 i_ehdrp = elf_elfheader (abfd);
4956 i_ehdrp->e_ident[EI_OSABI] = get_elf_backend_data (abfd)->elf_osabi;
4957 i_ehdrp->e_ident[EI_ABIVERSION] = 1;
4943 Elf_Internal_Ehdr *i_ehdrp; local

Completed in 150 milliseconds

1 2