Searched refs:e_machine (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfcore.h137 /* Check that the ELF e_machine field matches what this particular
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->e_machine == back->elf_machine_alt2))
H A Delf32-sparc.c116 We need to set the e_machine field appropriately. */
129 elf_elfheader (abfd)->e_machine = EM_SPARC32PLUS;
134 elf_elfheader (abfd)->e_machine = EM_SPARC32PLUS;
139 elf_elfheader (abfd)->e_machine = EM_SPARC32PLUS;
H A Delf32-gen.c69 abfd, ehdrp->e_machine);
H A Delf64-gen.c69 abfd, ehdrp->e_machine);
H A Delf32-arc.c187 if (elf_elfheader(abfd)->e_machine == EM_ARC)
H A Delfcode.h237 dst->e_machine = H_GET_16 (abfd, src->e_machine);
267 H_PUT_16 (abfd, src->e_machine, dst->e_machine);
588 /* Check that the ELF e_machine field matches what this particular
590 if (ebd->elf_machine_code != i_ehdrp->e_machine
592 || i_ehdrp->e_machine != ebd->elf_machine_alt1)
594 || i_ehdrp->e_machine != ebd->elf_machine_alt2))
608 if (back->elf_machine_code == i_ehdrp->e_machine
610 && back->elf_machine_alt1 == i_ehdrp->e_machine)
[all...]
/freebsd-9.3-release/lib/libelf/
H A Dgelf_ehdr.c70 d->e_machine = eh32->e_machine;
153 eh32->e_machine = s->e_machine;
H A Delf_types.m4110 `e_machine, HALF',
127 `e_machine, HALF',
H A Dlibelf_ehdr.c97 eh->e_machine = EM_NONE; \
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Dexternal.h43 unsigned char e_machine[2]; /* Specifies required architecture */ member in struct:__anon631
60 unsigned char e_machine[2]; /* Specifies required architecture */ member in struct:__anon632
H A Dinternal.h52 unsigned short e_machine; /* Specifies required architecture */ member in struct:elf_internal_ehdr
/freebsd-9.3-release/contrib/file/src/
H A Delfclass.h71 fsize, elf_getu16(swap, elfhdr.e_machine),
H A Dreadelf.h59 Elf32_Half e_machine; member in struct:__anon32
76 Elf64_Half e_machine; member in struct:__anon33
96 /* e_machine (used only for SunOS 5.x hardware capabilities) */
/freebsd-9.3-release/lib/libc/ia64/gen/
H A Dunwind.c72 assert(ehdr->e_machine == EM_IA_64);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c528 elf_file.ehdr.e_machine = EM_ARM;
530 elf_file.ehdr.e_machine = EM_IA_64;
532 elf_file.ehdr.e_machine = EM_MIPS;
534 elf_file.ehdr.e_machine = EM_PPC;
536 elf_file.ehdr.e_machine = EM_SPARC;
538 elf_file.ehdr.e_machine = EM_386;
676 elf_file.ehdr.e_machine = EM_ARM;
678 elf_file.ehdr.e_machine = EM_IA_64;
680 elf_file.ehdr.e_machine = EM_MIPS;
682 elf_file.ehdr.e_machine
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c595 guess_is_rela (unsigned long e_machine)
597 switch (e_machine)
853 is_rela = guess_is_rela (elf_header.e_machine);
927 if (elf_header.e_machine == EM_MIPS)
943 else if (elf_header.e_machine == EM_SPARCV9)
978 switch (elf_header.e_machine)
1208 if (elf_header.e_machine == EM_ALPHA
1268 else if (elf_header.e_machine == EM_MIPS
1271 else if (elf_header.e_machine == EM_MIPS
1274 else if (elf_header.e_machine
592 guess_is_rela(unsigned long e_machine) argument
1681 get_machine_name(unsigned e_machine) argument
1981 get_machine_flags(unsigned e_flags, unsigned e_machine) argument
[all...]
/freebsd-9.3-release/sys/sys/
H A Delf32.h58 Elf32_Half e_machine; /* Machine architecture. */ member in struct:__anon10412
H A Delf64.h67 Elf64_Half e_machine; /* Machine architecture. */ member in struct:__anon10428
/freebsd-9.3-release/usr.bin/elf2aout/
H A Delf2aout.c119 machine = xe16toh(e->e_machine);
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h113 Elf32_Half e_machine; /* machine */ member in struct:elfhdr
131 Elf64_Quarter e_machine; /* machine type */ member in struct:__anon10570
155 /* e_machine */
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DELFObjectFile.h310 if (EF.getHeader()->e_machine == ELF::EM_ARM)
674 return getELFRelocationTypeName(EF.getHeader()->e_machine, Type);
747 switch (EF.getHeader()->e_machine) {
912 switch (EF.getHeader()->e_machine) {
932 switch (EF.getHeader()->e_machine) {
956 switch (EF.getHeader()->e_machine) {
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c145 dst->e_machine = src->e_machine;
/freebsd-9.3-release/usr.sbin/pkg/
H A Dconfig.c236 elf_corres_to_string(mach_corres, (int)elfhdr.e_machine),
242 switch (elfhdr.e_machine) {
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_powerpc.c72 if (be16toh(eh->e_machine) != EM_PPC)
H A Dkvm_powerpc64.c72 if (be16toh(eh->e_machine) != EM_PPC64)

Completed in 307 milliseconds

123