Lines Matching defs:machine

383 static int machine;
433 #define DRECTVE_SECTION_NAME ((machine == MMCORE_ELF || machine == MMCORE_ELF_LE) ? ".exports" : ".drectve")
778 rvaafter (int machine)
780 switch (machine)
797 fatal (_("Internal error: Unknown machine type: %d"), machine);
804 rvabefore (int machine)
806 switch (machine)
823 fatal (_("Internal error: Unknown machine type: %d"), machine);
830 asm_prefix (int machine, const char *name)
832 switch (machine)
854 fatal (_("Internal error: Unknown machine type: %d"), machine);
860 #define ASM_BYTE mtable[machine].how_byte
861 #define ASM_SHORT mtable[machine].how_short
862 #define ASM_LONG mtable[machine].how_long
863 #define ASM_TEXT mtable[machine].how_asciz
864 #define ASM_C mtable[machine].how_comment
865 #define ASM_JUMP mtable[machine].how_jump
866 #define ASM_GLOBAL mtable[machine].how_global
867 #define ASM_SPACE mtable[machine].how_space
868 #define ASM_ALIGN_SHORT mtable[machine].how_align_short
869 #define ASM_RVA_BEFORE rvabefore (machine)
870 #define ASM_RVA_AFTER rvaafter (machine)
871 #define ASM_PREFIX(NAME) asm_prefix (machine, (NAME))
872 #define ASM_ALIGN_LONG mtable[machine].how_align_long
874 #define HOW_BFD_WRITE_TARGET mtable[machine].how_bfd_target
875 #define HOW_BFD_ARCH mtable[machine].how_bfd_arch
876 #define HOW_JTAB mtable[machine].how_jtab
877 #define HOW_JTAB_SIZE mtable[machine].how_jtab_size
878 #define HOW_JTAB_ROFF mtable[machine].how_jtab_roff
879 #define ASM_SWITCHES mtable[machine].how_default_as_switches
2260 if (machine == MARM_INTERWORK || machine == MTHUMB)
2303 if (machine == MPPC)
2313 if (machine == MTHUMB)
2410 if (machine == MPPC)
2416 else if (machine == MX86)
3137 fprintf (file, _(" -m --machine <machine> Create as DLL for <machine>. [default: %s]\n"), mname);
3138 fprintf (file, _(" possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"));
3205 {"machine", required_argument, NULL, 'm'},
3371 machine = i;