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

  /src/external/gpl3/binutils/dist/include/elf/
frv.h 98 #define EF_FRV_G0 0x00002000 /* -G 0, no small data ptr */
126 EF_FRV_G0 | \
  /src/external/gpl3/binutils.old/dist/include/elf/
frv.h 98 #define EF_FRV_G0 0x00002000 /* -G 0, no small data ptr */
126 EF_FRV_G0 | \
  /src/external/gpl3/gdb/dist/include/elf/
frv.h 98 #define EF_FRV_G0 0x00002000 /* -G 0, no small data ptr */
126 EF_FRV_G0 | \
  /src/external/gpl3/gdb.old/dist/include/elf/
frv.h 98 #define EF_FRV_G0 0x00002000 /* -G 0, no small data ptr */
126 EF_FRV_G0 | \
  /src/external/gpl3/binutils/dist/gas/config/
tc-frv.c 275 frv_flags |= EF_FRV_G0;
425 frv_flags |= (EF_FRV_LIBPIC | EF_FRV_G0);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-frv.c 275 frv_flags |= EF_FRV_G0;
425 frv_flags |= (EF_FRV_LIBPIC | EF_FRV_G0);
  /src/external/gpl3/binutils/dist/bfd/
elf32-frv.c 6479 old_flags = ((old_flags & ~ EF_FRV_G0)
6480 | (old_flags & new_flags & EF_FRV_G0));
6693 if (flags & EF_FRV_G0)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-frv.c 6473 old_flags = ((old_flags & ~ EF_FRV_G0)
6474 | (old_flags & new_flags & EF_FRV_G0));
6687 if (flags & EF_FRV_G0)
  /src/external/gpl3/gdb/dist/bfd/
elf32-frv.c 6467 old_flags = ((old_flags & ~ EF_FRV_G0)
6468 | (old_flags & new_flags & EF_FRV_G0));
6681 if (flags & EF_FRV_G0)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-frv.c 6468 old_flags = ((old_flags & ~ EF_FRV_G0)
6469 | (old_flags & new_flags & EF_FRV_G0));
6682 if (flags & EF_FRV_G0)

Completed in 41 milliseconds