HomeSort by: relevance | last modified time | path
    Searched defs:RELATIVE_INSN_24 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
arc-plt.h 39 RELATIVE_INSN_24 = (1 << 10),
44 #define IS_RELATIVE(S) ((S & (RELATIVE | RELATIVE_INSN_24 | RELATIVE_INSN_32)) != 0)
46 #define IS_INSN_24(S) ((S & RELATIVE_INSN_24) != 0)
  /src/external/gpl3/binutils.old/dist/bfd/
arc-plt.h 39 RELATIVE_INSN_24 = (1 << 10),
44 #define IS_RELATIVE(S) ((S & (RELATIVE | RELATIVE_INSN_24 | RELATIVE_INSN_32)) != 0)
46 #define IS_INSN_24(S) ((S & RELATIVE_INSN_24) != 0)
  /src/external/gpl3/gdb.old/dist/bfd/
arc-plt.h 39 RELATIVE_INSN_24 = (1 << 10),
44 #define IS_RELATIVE(S) ((S & (RELATIVE | RELATIVE_INSN_24 | RELATIVE_INSN_32)) != 0)
46 #define IS_INSN_24(S) ((S & RELATIVE_INSN_24) != 0)
  /src/external/gpl3/gdb/dist/bfd/
arc-plt.h 39 RELATIVE_INSN_24 = (1 << 10),
44 #define IS_RELATIVE(S) ((S & (RELATIVE | RELATIVE_INSN_24 | RELATIVE_INSN_32)) != 0)
46 #define IS_INSN_24(S) ((S & RELATIVE_INSN_24) != 0)

Completed in 29 milliseconds