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

  /src/external/gpl3/binutils/dist/include/elf/
frv.h 93 #define EF_FRV_NON_PIC_RELOCS 0x00000200 /* used non pic safe relocs */
124 EF_FRV_NON_PIC_RELOCS | \
  /src/external/gpl3/binutils.old/dist/include/elf/
frv.h 93 #define EF_FRV_NON_PIC_RELOCS 0x00000200 /* used non pic safe relocs */
124 EF_FRV_NON_PIC_RELOCS | \
  /src/external/gpl3/gdb/dist/include/elf/
frv.h 93 #define EF_FRV_NON_PIC_RELOCS 0x00000200 /* used non pic safe relocs */
124 EF_FRV_NON_PIC_RELOCS | \
  /src/external/gpl3/gdb.old/dist/include/elf/
frv.h 93 #define EF_FRV_NON_PIC_RELOCS 0x00000200 /* used non pic safe relocs */
124 EF_FRV_NON_PIC_RELOCS | \
  /src/external/gpl3/binutils/dist/gas/config/
tc-frv.c 1780 else if ((frv_flags & EF_FRV_NON_PIC_RELOCS) == 0)
1782 frv_flags |= EF_FRV_NON_PIC_RELOCS;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-frv.c 1780 else if ((frv_flags & EF_FRV_NON_PIC_RELOCS) == 0)
1782 frv_flags |= EF_FRV_NON_PIC_RELOCS;
  /src/external/gpl3/binutils/dist/bfd/
elf32-frv.c 6476 | EF_FRV_NON_PIC_RELOCS);
6506 if ((old_flags & EF_FRV_NON_PIC_RELOCS) == 0)
6690 if (flags & EF_FRV_NON_PIC_RELOCS)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-frv.c 6470 | EF_FRV_NON_PIC_RELOCS);
6500 if ((old_flags & EF_FRV_NON_PIC_RELOCS) == 0)
6684 if (flags & EF_FRV_NON_PIC_RELOCS)
  /src/external/gpl3/gdb/dist/bfd/
elf32-frv.c 6464 | EF_FRV_NON_PIC_RELOCS);
6494 if ((old_flags & EF_FRV_NON_PIC_RELOCS) == 0)
6678 if (flags & EF_FRV_NON_PIC_RELOCS)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-frv.c 6465 | EF_FRV_NON_PIC_RELOCS);
6495 if ((old_flags & EF_FRV_NON_PIC_RELOCS) == 0)
6679 if (flags & EF_FRV_NON_PIC_RELOCS)

Completed in 45 milliseconds