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

  /src/external/gpl3/binutils/dist/opcodes/
riscv-dis.c 1604 Use RISCV_OPTION_ARG_NONE for options accepting no argument. */
1608 RISCV_OPTION_ARG_NONE = -1,
1625 RISCV_OPTION_ARG_NONE },
1628 RISCV_OPTION_ARG_NONE },
1631 RISCV_OPTION_ARG_NONE },
1681 if (riscv_options[i].arg != RISCV_OPTION_ARG_NONE)
  /src/external/gpl3/binutils.old/dist/opcodes/
riscv-dis.c 1604 Use RISCV_OPTION_ARG_NONE for options accepting no argument. */
1608 RISCV_OPTION_ARG_NONE = -1,
1625 RISCV_OPTION_ARG_NONE },
1628 RISCV_OPTION_ARG_NONE },
1631 RISCV_OPTION_ARG_NONE },
1681 if (riscv_options[i].arg != RISCV_OPTION_ARG_NONE)
  /src/external/gpl3/gdb.old/dist/opcodes/
riscv-dis.c 1472 Use RISCV_OPTION_ARG_NONE for options accepting no argument. */
1476 RISCV_OPTION_ARG_NONE = -1,
1493 RISCV_OPTION_ARG_NONE },
1496 RISCV_OPTION_ARG_NONE },
1546 if (riscv_options[i].arg != RISCV_OPTION_ARG_NONE)
  /src/external/gpl3/gdb/dist/opcodes/
riscv-dis.c 1604 Use RISCV_OPTION_ARG_NONE for options accepting no argument. */
1608 RISCV_OPTION_ARG_NONE = -1,
1625 RISCV_OPTION_ARG_NONE },
1628 RISCV_OPTION_ARG_NONE },
1631 RISCV_OPTION_ARG_NONE },
1681 if (riscv_options[i].arg != RISCV_OPTION_ARG_NONE)

Completed in 14 milliseconds