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

  /src/external/gpl3/binutils/dist/opcodes/
arc-dis.c 213 const struct arc_flag_special *flg_spec; local
218 flg_spec = &arc_flag_special_cases[i];
220 if (strcmp (opname, flg_spec->name))
226 flgidx = flg_spec->flags[j];
  /src/external/gpl3/binutils.old/dist/opcodes/
arc-dis.c 213 const struct arc_flag_special *flg_spec; local
218 flg_spec = &arc_flag_special_cases[i];
220 if (strcmp (opname, flg_spec->name))
226 flgidx = flg_spec->flags[j];
  /src/external/gpl3/gdb/dist/opcodes/
arc-dis.c 213 const struct arc_flag_special *flg_spec; local
218 flg_spec = &arc_flag_special_cases[i];
220 if (strcmp (opname, flg_spec->name))
226 flgidx = flg_spec->flags[j];
  /src/external/gpl3/gdb.old/dist/opcodes/
arc-dis.c 225 const struct arc_flag_special *flg_spec; local
230 flg_spec = &arc_flag_special_cases[i];
232 if (strcmp (opname, flg_spec->name))
238 flgidx = flg_spec->flags[j];

Completed in 37 milliseconds