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

  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-riscv.c 3060 bool x0_base = VALID_ITYPE_IMM (relocation + rel->r_addend); local
3061 if (x0_base || VALID_ITYPE_IMM (relocation + rel->r_addend - gp))
3066 if (!x0_base)
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-riscv.c 2859 bool x0_base = VALID_ITYPE_IMM (relocation + rel->r_addend); local
2860 if (x0_base || VALID_ITYPE_IMM (relocation + rel->r_addend - gp))
2865 if (!x0_base)
  /src/external/gpl3/gdb/dist/bfd/
elfnn-riscv.c 3072 bool x0_base = VALID_ITYPE_IMM (relocation + rel->r_addend); local
3073 if (x0_base || VALID_ITYPE_IMM (relocation + rel->r_addend - gp))
3078 if (!x0_base)
  /src/external/gpl3/binutils/dist/bfd/
elfnn-riscv.c 3074 bool x0_base = VALID_ITYPE_IMM (relocation + rel->r_addend); local
3075 if (x0_base || VALID_ITYPE_IMM (relocation + rel->r_addend - gp))
3080 if (!x0_base)

Completed in 32 milliseconds