/toolchain/binutils/binutils-2.25/bfd/ |
D | cpu-i960.c | 34 unsigned long machine; in scan_960_mach() local 71 machine = bfd_mach_i960_core; in scan_960_mach() 73 machine = bfd_mach_i960_ka_sa; in scan_960_mach() 75 machine = bfd_mach_i960_kb_sb; in scan_960_mach() 79 { machine = bfd_mach_i960_kb_sb; fail_because_not_80960 = FALSE; } in scan_960_mach() 81 machine = bfd_mach_i960_kb_sb; in scan_960_mach() 83 { machine = bfd_mach_i960_mc; fail_because_not_80960 = FALSE; } in scan_960_mach() 85 machine = bfd_mach_i960_xa; in scan_960_mach() 87 { machine = bfd_mach_i960_ca; fail_because_not_80960 = FALSE; } in scan_960_mach() 89 { machine = bfd_mach_i960_ka_sa; fail_because_not_80960 = FALSE; } in scan_960_mach() [all …]
|
D | sparclynx.c | 76 unsigned long machine; in NAME() local 84 machine = bfd_mach_m68000; in NAME() 90 machine = bfd_mach_m68010; in NAME() 96 machine = bfd_mach_m68020; in NAME() 101 machine = 0; in NAME() 107 machine = 0; in NAME() 112 machine = 0; in NAME() 117 machine = 0; in NAME() 120 bfd_set_arch_mach (abfd, arch, machine); in NAME()
|
D | aoutf1.h | 101 unsigned long machine; in sunos_set_arch_mach() local 109 machine = bfd_mach_m68000; in sunos_set_arch_mach() 115 machine = bfd_mach_m68010; in sunos_set_arch_mach() 121 machine = bfd_mach_m68020; in sunos_set_arch_mach() 126 machine = 0; in sunos_set_arch_mach() 131 machine = bfd_mach_sparc_sparclet; in sunos_set_arch_mach() 136 machine = bfd_mach_sparc_sparclite_le; in sunos_set_arch_mach() 142 machine = 0; in sunos_set_arch_mach() 147 machine = 0; in sunos_set_arch_mach() 152 machine = 0; in sunos_set_arch_mach() [all …]
|
D | cpu-score.c | 46 #define N(addr_bits, machine, print, default, next) \ argument 52 machine, /* Machine number. */ \
|
D | nlm.c | 51 unsigned long machine) in nlm_set_arch_mach() argument 53 bfd_default_set_arch_mach (abfd, arch, machine); in nlm_set_arch_mach()
|
D | coffcode.h | 2094 unsigned long machine; in coff_set_arch_mach_hook() local 2099 machine = 0; in coff_set_arch_mach_hook() 2118 machine = bfd_mach_x86_64; in coff_set_arch_mach_hook() 2131 machine = bfd_arm_get_mach_from_notes (abfd, ARM_NOTE_SECTION); in coff_set_arch_mach_hook() 2132 if (machine == bfd_mach_arm_unknown) in coff_set_arch_mach_hook() 2136 case F_ARM_2: machine = bfd_mach_arm_2; break; in coff_set_arch_mach_hook() 2137 case F_ARM_2a: machine = bfd_mach_arm_2a; break; in coff_set_arch_mach_hook() 2138 case F_ARM_3: machine = bfd_mach_arm_3; break; in coff_set_arch_mach_hook() 2140 case F_ARM_3M: machine = bfd_mach_arm_3M; break; in coff_set_arch_mach_hook() 2141 case F_ARM_4: machine = bfd_mach_arm_4; break; in coff_set_arch_mach_hook() [all …]
|
D | mipsbsd.c | 83 unsigned int machine; in MY() local 90 machine = bfd_mach_mips3000; in MY() 95 machine = bfd_mach_mips4000; in MY() 100 machine = 0; in MY() 104 bfd_set_arch_mach (abfd, arch, machine); in MY()
|
D | archures.c | 1289 bfd_lookup_arch (enum bfd_architecture arch, unsigned long machine) in bfd_lookup_arch() argument 1298 && (ap->mach == machine in bfd_lookup_arch() 1299 || (machine == 0 && ap->the_default))) in bfd_lookup_arch() 1323 bfd_printable_arch_mach (enum bfd_architecture arch, unsigned long machine) in bfd_printable_arch_mach() argument 1325 const bfd_arch_info_type *ap = bfd_lookup_arch (arch, machine); in bfd_printable_arch_mach()
|
D | cpu-msp430.c | 44 #define N(addr_bits, machine, print, default, next) \ argument 50 machine, /* Machine number. */ \
|
D | cpu-avr.c | 83 #define N(addr_bits, machine, print, default, next) \ argument 89 machine, /* Machine number. */ \
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
D | machine.s | 1 .machine "403" 4 .machine push 5 .machine "booke" 7 .machine Any 14 .machine pop
|
/toolchain/binutils/binutils-2.25/gold/ |
D | target-select.cc | 57 Target_selector::Target_selector(int machine, int size, bool is_big_endian, in Target_selector() argument 59 : machine_(machine), size_(size), is_big_endian_(is_big_endian), in Target_selector() 102 int machine, int size, bool is_big_endian, in select_target() argument 107 int pmach = p->machine(); in select_target() 108 if ((pmach == machine || pmach == elfcpp::EM_NONE) in select_target() 113 machine, osabi, abiversion); in select_target()
|
D | target-select.h | 71 Target_selector(int machine, int size, bool is_big_endian, 81 int machine, int osabi, int abiversion) in recognize() argument 82 { return this->do_recognize(input_file, offset, machine, osabi, abiversion); } in recognize() 118 machine() const in machine() function 247 int machine, int size, bool big_endian, int osabi,
|
D | freebsd.h | 39 Target_selector_freebsd(int machine, int size, bool is_big_endian, in Target_selector_freebsd() argument 43 : Target_selector(machine, size, is_big_endian, NULL, emulation), in Target_selector_freebsd()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
D | zarch-machine.s | 4 .machine push 5 .machine z10 7 .machine pop
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | m32c.cpu | 76 ; cpu names must be distinct from the architecture name and machine names. 87 ; cpu names must be distinct from the architecture name and machine names. 159 (define-pmacro (machine size) 2267 (attrs (machine 16)) 2287 (attrs (machine 32)) 2316 (attrs (machine 16)) 2336 (attrs (machine 32)) 2365 (attrs (machine 16)) 2385 (attrs (machine 32)) 2418 (attrs (machine 16)) [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | simple-object-elf.c | 322 unsigned short machine; member 346 unsigned short machine; member 420 eor->machine = ELF_FETCH_FIELD (type_functions, ei_class, Ehdr, ehdr, in simple_object_elf_match() 596 ret->machine = eor->machine; in simple_object_elf_fetch_attributes() 625 if (to->machine != from->machine) in simple_object_elf_attributes_merge() 632 switch (to->machine) in simple_object_elf_attributes_merge() 635 if (from->machine == EM_SPARC32PLUS) in simple_object_elf_attributes_merge() 637 to->machine = from->machine; in simple_object_elf_attributes_merge() 643 if (from->machine == EM_SPARC) in simple_object_elf_attributes_merge() 731 ELF_SET_FIELD (fns, cl, Ehdr, buf, e_machine, Elf_Half, attrs->machine); in simple_object_elf_write_ehdr()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | dlltool.c | 427 static int machine; variable 477 #define DRECTVE_SECTION_NAME ((machine == MMCORE_ELF || machine == MMCORE_ELF_LE) ? ".exports" : ".… 980 #define ASM_BYTE mtable[machine].how_byte 981 #define ASM_SHORT mtable[machine].how_short 982 #define ASM_LONG mtable[machine].how_long 983 #define ASM_TEXT mtable[machine].how_asciz 984 #define ASM_C mtable[machine].how_comment 985 #define ASM_JUMP mtable[machine].how_jump 986 #define ASM_GLOBAL mtable[machine].how_global 987 #define ASM_SPACE mtable[machine].how_space [all …]
|
D | elfedit.c | 62 int class, machine, type, status, osabi; in update_elf_header() local 99 machine = elf_header.e_machine; in update_elf_header() 102 if (input_elf_machine != -1 && machine != input_elf_machine) in update_elf_header() 106 file_name, machine, input_elf_machine); in update_elf_header()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | z80.em | 2 # to keep track of the machine type of Z80 object files 28 /* Codes for machine types, bitwise or gives the code to use for the 36 /* Bitwise or of the machine types seen so far. */ 76 /* Set the machine type of the output file based on result_mach_type. */
|
D | vanilla.em | 45 /* Set the output architecture and machine if possible */ 46 unsigned long machine = 0; 48 ldfile_output_architecture, machine);
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-v850.c | 35 static int machine = -1; variable 520 machine = number; in set_machine() 521 bfd_set_arch_mach (stdoutput, v850_target_arch, machine); in set_machine() 523 switch (machine) in set_machine() 1591 machine = 0; in md_parse_option() 1596 machine = bfd_mach_v850e; in md_parse_option() 1601 machine = bfd_mach_v850e1; in md_parse_option() 1606 machine = bfd_mach_v850e2; in md_parse_option() 1611 machine = bfd_mach_v850e2v3; in md_parse_option() 1616 machine = bfd_mach_v850e3v5; in md_parse_option() [all …]
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-ppc.texi | 167 Generate code for a little endian machine. 170 Generate code for a big endian machine. 194 @item .machine "string" 195 This directive allows you to change the machine for which code is 198 @code{"pop"}. @code{.machine "push"} saves the currently selected 199 cpu, which may be restored with @code{.machine "pop"}.
|
D | all.texi | 103 @c Text for target machine (best not used in generic case; but just in case...) 104 @set TARGET machine specific
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | ChangeLog-9103 | 59 * m32r.h: Add new machine type m32r2 and instruction modes. 304 * common.h: Define msp430 machine numbers. 636 * h8.h (EF_H8_MACH): New mask for encoded machine type. 638 machine types. 769 * common.h (EM_JAVELIN): New machine number. 770 (EM_FIREPATH): New machine number. 771 (EM_ZSP): New machine number. 772 (EM_MMIX): New machine number. 773 (EM_HUANY): New machine number. 774 (EM_PRISM): New machine number. [all …]
|