Searched refs:old_opt (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-iq2000.c | 808 char old_opt[80]; local 810 new_opt[0] = old_opt[0] = '\0'; 851 default: strcat (old_opt, " -m2000"); break; 852 case EF_IQ2000_CPU_IQ2000: strcat (old_opt, " -m2000"); break; 853 case EF_IQ2000_CPU_IQ10: strcat (old_opt, " -m10"); break; 863 bfd_get_filename (ibfd), new_opt, old_opt);
|
| D | elf32-frv.c | 4346 char old_opt[80]; local 4348 new_opt[0] = old_opt[0] = '\0'; 4396 default: strcat (old_opt, " -mgpr-??"); break; 4397 case EF_FRV_GPR_32: strcat (old_opt, " -mgpr-32"); break; 4398 case EF_FRV_GPR_64: strcat (old_opt, " -mgpr-64"); break; 4427 default: strcat (old_opt, " -mfpr-?"); break; 4428 case EF_FRV_FPR_32: strcat (old_opt, " -mfpr-32"); break; 4429 case EF_FRV_FPR_64: strcat (old_opt, " -mfpr-64"); break; 4430 case EF_FRV_FPR_NONE: strcat (old_opt, " -msoft-float"); break; 4458 default: strcat (old_opt, " -mdword-?"); break; [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf32-iq2000.c | 749 char old_opt[80]; in iq2000_elf_merge_private_bfd_data() local 751 new_opt[0] = old_opt[0] = '\0'; in iq2000_elf_merge_private_bfd_data() 786 strcat (old_opt, " -m10"); in iq2000_elf_merge_private_bfd_data() 791 strcat (old_opt, " -m2000"); in iq2000_elf_merge_private_bfd_data() 802 bfd_get_filename (ibfd), new_opt, old_opt); in iq2000_elf_merge_private_bfd_data()
|
| D | elf32-frv.c | 6490 char old_opt[80]; local 6492 new_opt[0] = old_opt[0] = '\0'; 6540 default: strcat (old_opt, " -mgpr-??"); break; 6541 case EF_FRV_GPR_32: strcat (old_opt, " -mgpr-32"); break; 6542 case EF_FRV_GPR_64: strcat (old_opt, " -mgpr-64"); break; 6571 default: strcat (old_opt, " -mfpr-?"); break; 6572 case EF_FRV_FPR_32: strcat (old_opt, " -mfpr-32"); break; 6573 case EF_FRV_FPR_64: strcat (old_opt, " -mfpr-64"); break; 6574 case EF_FRV_FPR_NONE: strcat (old_opt, " -msoft-float"); break; 6602 default: strcat (old_opt, " -mdword-?"); break; [all …]
|
| D | elf32-m32c.c | 812 char old_opt[80]; in m32c_elf_merge_private_bfd_data() local 814 new_opt[0] = old_opt[0] = '\0'; in m32c_elf_merge_private_bfd_data() 855 default: strcat (old_opt, " -m16c"); break; in m32c_elf_merge_private_bfd_data() 856 case EF_M32C_CPU_M16C: strcat (old_opt, " -m16c"); break; in m32c_elf_merge_private_bfd_data() 857 case EF_M32C_CPU_M32C: strcat (old_opt, " -m32c"); break; in m32c_elf_merge_private_bfd_data() 867 bfd_get_filename (ibfd), new_opt, old_opt); in m32c_elf_merge_private_bfd_data()
|