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

12

/macosx-10.10.1/cxxfilt-11/cxxfilt/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.c171 if (elf_elfheader(abfd)->e_machine == EM_ARC)
H A Delfcode.h236 dst->e_machine = H_GET_16 (abfd, src->e_machine);
266 H_PUT_16 (abfd, src->e_machine, dst->e_machine);
583 /* Check that the ELF e_machine field matches what this particular
585 if (ebd->elf_machine_code != i_ehdrp->e_machine
587 || i_ehdrp->e_machine != ebd->elf_machine_alt1)
589 || i_ehdrp->e_machine != ebd->elf_machine_alt2))
605 if (back->elf_machine_code == i_ehdrp->e_machine
607 && back->elf_machine_alt1 == i_ehdrp->e_machine)
[all...]
H A Delf32-msp430.c566 elf_elfheader (abfd)->e_machine = EM_MSP430;
578 if (elf_elfheader (abfd)->e_machine == EM_MSP430
579 || elf_elfheader (abfd)->e_machine == EM_MSP430_OLD)
H A Dbfd.c1443 elf_elfheader (abfd)->e_machine = code;
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dexternal.h43 unsigned char e_machine[2]; /* Specifies required architecture */ member in struct:__anon7556
60 unsigned char e_machine[2]; /* Specifies required architecture */ member in struct:__anon7557
H A Dinternal.h52 unsigned short e_machine; /* Specifies required architecture */ member in struct:elf_internal_ehdr
/macosx-10.10.1/file-46/file/src/
H A Delfclass.h62 elf_getu16(swap, elfhdr.e_machine)) == -1)
H A Dreadelf.h67 Elf32_Half e_machine; member in struct:__anon8628
84 Elf64_Half e_machine; member in struct:__anon8629
104 /* e_machine (used only for SunOS 5.x hardware capabilities) */
/macosx-10.10.1/dtrace-147/libelf/
H A Dxlate.m4736 if ((ehdr->e_machine == EM_SPARC) ||
737 (ehdr->e_machine == EM_SPARC32PLUS)) {
758 if (((ehdr->e_machine == EM_SPARC) ||
759 (ehdr->e_machine == EM_SPARC32PLUS) ||
760 (ehdr->e_machine == EM_SPARCV9)) &&
768 if ((ehdr->e_machine == EM_AMD64) &&
992 tofh(dst, src->e_machine, E1_machine_$2);
1520 dst->e_machine = tomh(src, E1_machine_$2);
H A Dxlate64.m4810 if (((ehdr->e_machine == EM_SPARC) ||
811 (ehdr->e_machine == EM_SPARC32PLUS) ||
812 (ehdr->e_machine == EM_SPARCV9)) &&
820 if ((ehdr->e_machine == EM_AMD64) &&
983 tofh(dst, src->e_machine, E1_machine_$2);
1558 dst->e_machine = tomh(src, E1_machine_$2);
H A Dgelf.c106 dst->e_machine = e->e_machine;
164 d->e_machine = src->e_machine;
H A Dxlate.c824 if ((ehdr->e_machine == EM_SPARC) ||
825 (ehdr->e_machine == EM_SPARC32PLUS)) {
846 if (((ehdr->e_machine == EM_SPARC) ||
847 (ehdr->e_machine == EM_SPARC32PLUS) ||
848 (ehdr->e_machine == EM_SPARCV9)) &&
856 if ((ehdr->e_machine == EM_AMD64) &&
1135 { register Elf32_Half _t_ = src->e_machine;
1196 { register Elf32_Half _t_ = src->e_machine;
2664 dst->e_machine = (((Elf32_Half)(src)[E1_machine_L1]<<8)+(src)[E1_machine_L0]);
2706 dst->e_machine
[all...]
H A Dbegin.c410 ((Elf32_Ehdr *)(elf->ed_ident))->e_machine = EM_NONE;
516 ((Elf64_Ehdr *)(elf->ed_ident))->e_machine = EM_NONE;
H A Dxlate64.c866 if (((ehdr->e_machine == EM_SPARC) ||
867 (ehdr->e_machine == EM_SPARC32PLUS) ||
868 (ehdr->e_machine == EM_SPARCV9)) &&
876 if ((ehdr->e_machine == EM_AMD64) &&
1112 { Elf64_Half _t_ = src->e_machine;
1185 { Elf64_Half _t_ = src->e_machine;
3014 dst->e_machine = (((Elf64_Half)(src)[E1_machine_L1]<<8)+(src)[E1_machine_L0]);
3068 dst->e_machine = (((Elf64_Half)(src)[E1_machine_M1]<<8)+(src)[E1_machine_M0]);
/macosx-10.10.1/cxxfilt-11/cxxfilt/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...]
/macosx-10.10.1/dtrace-147/libdwarf/
H A Ddwarf_init_finish.c187 machine = ehdr.e_machine;
233 machine = ehdr64->e_machine;
243 machine = ehdr32->e_machine;
/macosx-10.10.1/dtrace-147/libctf/
H A Dctf_lib.c105 dst->e_machine = src->e_machine;
/macosx-10.10.1/dtrace-147/sys/
H A Delf.h76 Elf32_Half e_machine; /* target machine */ member in struct:__anon8238
94 Elf64_Half e_machine; /* target machine */ member in struct:__anon8239
155 #define EM_NONE 0 /* e_machine */
/macosx-10.10.1/ICU-531.30/icuSources/tools/toolutil/
H A Dpkg_genc.c738 *pCPU=buffer.header32.e_machine;
1066 header32.e_machine=cpu;
1086 header64.e_machine=cpu;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DELF.h65 Elf32_Half e_machine; // Required architecture for this file (see EM_*) member in struct:llvm::ELF::Elf32_Ehdr
89 Elf64_Half e_machine; member in struct:llvm::ELF::Elf64_Ehdr
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h395 Elf_Half e_machine; // Required architecture for this file (see EM_*) member in struct:llvm::object::Elf_Ehdr_Impl
1461 switch (Header->e_machine) {
1832 switch (Header->e_machine) {
2257 switch(Header->e_machine) {
2270 switch(Header->e_machine) {
2286 switch(Header->e_machine) {

Completed in 492 milliseconds

12