• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/binutils/

Lines Matching defs:machine

382 static int machine;
432 #define DRECTVE_SECTION_NAME ((machine == MMCORE_ELF || machine == MMCORE_ELF_LE) ? ".exports" : ".drectve")
777 rvaafter (int machine)
779 switch (machine)
796 fatal (_("Internal error: Unknown machine type: %d"), machine);
803 rvabefore (int machine)
805 switch (machine)
822 fatal (_("Internal error: Unknown machine type: %d"), machine);
829 asm_prefix (int machine, const char *name)
831 switch (machine)
853 fatal (_("Internal error: Unknown machine type: %d"), machine);
859 #define ASM_BYTE mtable[machine].how_byte
860 #define ASM_SHORT mtable[machine].how_short
861 #define ASM_LONG mtable[machine].how_long
862 #define ASM_TEXT mtable[machine].how_asciz
863 #define ASM_C mtable[machine].how_comment
864 #define ASM_JUMP mtable[machine].how_jump
865 #define ASM_GLOBAL mtable[machine].how_global
866 #define ASM_SPACE mtable[machine].how_space
867 #define ASM_ALIGN_SHORT mtable[machine].how_align_short
868 #define ASM_RVA_BEFORE rvabefore (machine)
869 #define ASM_RVA_AFTER rvaafter (machine)
870 #define ASM_PREFIX(NAME) asm_prefix (machine, (NAME))
871 #define ASM_ALIGN_LONG mtable[machine].how_align_long
873 #define HOW_BFD_WRITE_TARGET mtable[machine].how_bfd_target
874 #define HOW_BFD_ARCH mtable[machine].how_bfd_arch
875 #define HOW_JTAB mtable[machine].how_jtab
876 #define HOW_JTAB_SIZE mtable[machine].how_jtab_size
877 #define HOW_JTAB_ROFF mtable[machine].how_jtab_roff
878 #define ASM_SWITCHES mtable[machine].how_default_as_switches
2259 if (machine == MARM_INTERWORK || machine == MTHUMB)
2302 if (machine == MPPC)
2312 if (machine == MTHUMB)
2409 if (machine == MPPC)
3130 fprintf (file, _(" -m --machine <machine> Create as DLL for <machine>. [default: %s]\n"), mname);
3131 fprintf (file, _(" possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"));
3196 {"machine", required_argument, NULL, 'm'},
3362 machine = i;