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

  /src/external/gpl3/binutils/dist/include/elf/
frv.h 92 #define EF_FRV_PIC 0x00000100 /* -fpic */
114 #define EF_FRV_PIC_FLAGS (EF_FRV_PIC | EF_FRV_LIBPIC | EF_FRV_BIGPIC \
  /src/external/gpl3/binutils.old/dist/include/elf/
frv.h 92 #define EF_FRV_PIC 0x00000100 /* -fpic */
114 #define EF_FRV_PIC_FLAGS (EF_FRV_PIC | EF_FRV_LIBPIC | EF_FRV_BIGPIC \
  /src/external/gpl3/gdb/dist/include/elf/
frv.h 92 #define EF_FRV_PIC 0x00000100 /* -fpic */
114 #define EF_FRV_PIC_FLAGS (EF_FRV_PIC | EF_FRV_LIBPIC | EF_FRV_BIGPIC \
  /src/external/gpl3/gdb.old/dist/include/elf/
frv.h 92 #define EF_FRV_PIC 0x00000100 /* -fpic */
114 #define EF_FRV_PIC_FLAGS (EF_FRV_PIC | EF_FRV_LIBPIC | EF_FRV_BIGPIC \
  /src/external/gpl3/binutils/dist/gas/config/
tc-frv.c 413 frv_flags |= EF_FRV_PIC;
437 frv_flags &= ~(EF_FRV_FDPIC | EF_FRV_PIC
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-frv.c 413 frv_flags |= EF_FRV_PIC;
437 frv_flags &= ~(EF_FRV_FDPIC | EF_FRV_PIC
  /src/external/gpl3/binutils/dist/bfd/
elf32-frv.c 3926 elf_elfheader (output_bfd)->e_flags |= EF_FRV_PIC;
6359 new_flags &= ~EF_FRV_PIC;
6678 if (flags & EF_FRV_PIC)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-frv.c 3925 elf_elfheader (output_bfd)->e_flags |= EF_FRV_PIC;
6353 new_flags &= ~EF_FRV_PIC;
6672 if (flags & EF_FRV_PIC)
  /src/external/gpl3/gdb/dist/bfd/
elf32-frv.c 3925 elf_elfheader (output_bfd)->e_flags |= EF_FRV_PIC;
6347 new_flags &= ~EF_FRV_PIC;
6666 if (flags & EF_FRV_PIC)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-frv.c 3926 elf_elfheader (output_bfd)->e_flags |= EF_FRV_PIC;
6348 new_flags &= ~EF_FRV_PIC;
6667 if (flags & EF_FRV_PIC)

Completed in 46 milliseconds