HomeSort by: relevance | last modified time | path
    Searched refs:EF_FRV_FPR_NONE (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/elf/
frv.h 82 #define EF_FRV_FPR_NONE 0x0000000c /* -msoft-float */
  /src/external/gpl3/binutils.old/dist/include/elf/
frv.h 82 #define EF_FRV_FPR_NONE 0x0000000c /* -msoft-float */
  /src/external/gpl3/gdb/dist/include/elf/
frv.h 82 #define EF_FRV_FPR_NONE 0x0000000c /* -msoft-float */
  /src/external/gpl3/gdb.old/dist/include/elf/
frv.h 82 #define EF_FRV_FPR_NONE 0x0000000c /* -msoft-float */
  /src/external/gpl3/binutils/dist/gas/config/
tc-frv.c 295 frv_flags = (frv_flags & ~EF_FRV_FPR_MASK) | EF_FRV_FPR_NONE;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-frv.c 295 frv_flags = (frv_flags & ~EF_FRV_FPR_MASK) | EF_FRV_FPR_NONE;
  /src/external/gpl3/binutils/dist/bfd/
elf32-frv.c 6429 case EF_FRV_FPR_NONE: strcat (new_opt, " -msoft-float"); break;
6437 case EF_FRV_FPR_NONE: strcat (old_opt, " -msoft-float"); break;
6659 case EF_FRV_FPR_NONE: fprintf (file, " -msoft-float"); break;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-frv.c 6423 case EF_FRV_FPR_NONE: strcat (new_opt, " -msoft-float"); break;
6431 case EF_FRV_FPR_NONE: strcat (old_opt, " -msoft-float"); break;
6653 case EF_FRV_FPR_NONE: fprintf (file, " -msoft-float"); break;
  /src/external/gpl3/gdb/dist/bfd/
elf32-frv.c 6417 case EF_FRV_FPR_NONE: strcat (new_opt, " -msoft-float"); break;
6425 case EF_FRV_FPR_NONE: strcat (old_opt, " -msoft-float"); break;
6647 case EF_FRV_FPR_NONE: fprintf (file, " -msoft-float"); break;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-frv.c 6418 case EF_FRV_FPR_NONE: strcat (new_opt, " -msoft-float"); break;
6426 case EF_FRV_FPR_NONE: strcat (old_opt, " -msoft-float"); break;
6648 case EF_FRV_FPR_NONE: fprintf (file, " -msoft-float"); break;

Completed in 47 milliseconds