Searched refs:default_arch (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-s390.c | 37 static char *default_arch = DEFAULT_ARCH; variable 330 if (strcmp (default_arch, "s390") == 0) in init_default_arch() 335 else if (strcmp (default_arch, "s390x") == 0) in init_default_arch()
|
| D | tc-i386.c | 103 static const char *default_arch = DEFAULT_ARCH; variable 1193 if (!strcmp (default_arch, "x86_64")) in i386_mach() 1195 else if (!strcmp (default_arch, "i386")) in i386_mach() 6028 default_arch = "x86_64"; in md_parse_option() 6039 default_arch = "i386"; in md_parse_option() 6142 if (strcmp (default_arch, "x86_64") == 0) in x86_64_target_format() 6147 else if (strcmp (default_arch, "i386") == 0) in x86_64_target_format() 6166 if (!strcmp (default_arch, "x86_64")) in i386_target_format() 6178 else if (!strcmp (default_arch, "i386")) in i386_target_format()
|
| D | tc-sparc.c | 63 static char *default_arch = DEFAULT_ARCH; variable 282 struct sparc_arch *sa = lookup_arch (default_arch); in init_default_arch()
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-0001 | 334 * config/tc-i386.c (default_arch): Constify. 3766 (default_arch): New static variable.
|
| D | ChangeLog-9697 | 636 (default_arch,default_init_p,sparc_arch_table): New static locals.
|