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

  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c 88 const struct kvx_core_info *kvx_core_info = NULL; variable in typeref:struct:kvx_core_info
300 kvx_core_info = kvx_core_info_table[i];
408 for (int i = 0; i < kvx_core_info->nb_pseudo_funcs; i++)
409 if (sym == kvx_core_info->pseudo_funcs[i].sym
410 && kvx_core_info->pseudo_funcs[i].pseudo_relocs.single != BFD_RELOC_UNUSED)
411 return &kvx_core_info->pseudo_funcs[i];
420 for (int i = 0; i < kvx_core_info->nb_pseudo_funcs; i++)
421 if (sym == kvx_core_info->pseudo_funcs[i].sym)
423 if (opnd->relocs[relidx] == kvx_core_info->pseudo_funcs[i].pseudo_relocs.krelo
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c 88 const struct kvx_core_info *kvx_core_info = NULL; variable in typeref:struct:kvx_core_info
300 kvx_core_info = kvx_core_info_table[i];
408 for (int i = 0; i < kvx_core_info->nb_pseudo_funcs; i++)
409 if (sym == kvx_core_info->pseudo_funcs[i].sym
410 && kvx_core_info->pseudo_funcs[i].pseudo_relocs.single != BFD_RELOC_UNUSED)
411 return &kvx_core_info->pseudo_funcs[i];
420 for (int i = 0; i < kvx_core_info->nb_pseudo_funcs; i++)
421 if (sym == kvx_core_info->pseudo_funcs[i].sym)
423 if (opnd->relocs[relidx] == kvx_core_info->pseudo_funcs[i].pseudo_relocs.krelo
    [all...]
  /src/external/gpl3/binutils/dist/include/opcode/
kvx.h 207 struct kvx_core_info { struct
231 extern const struct kvx_core_info kvx_kv3_v1_core_info;
238 extern const struct kvx_core_info kvx_kv3_v2_core_info;
245 extern const struct kvx_core_info kvx_kv4_v1_core_info;
246 extern const struct kvx_core_info *kvx_core_info_table[];
  /src/external/gpl3/binutils.old/dist/include/opcode/
kvx.h 207 struct kvx_core_info { struct
231 extern const struct kvx_core_info kvx_kv3_v1_core_info;
238 extern const struct kvx_core_info kvx_kv3_v2_core_info;
245 extern const struct kvx_core_info kvx_kv4_v1_core_info;
246 extern const struct kvx_core_info *kvx_core_info_table[];
  /src/external/gpl3/gdb.old/dist/include/opcode/
kvx.h 207 struct kvx_core_info { struct
231 extern const struct kvx_core_info kvx_kv3_v1_core_info;
238 extern const struct kvx_core_info kvx_kv3_v2_core_info;
245 extern const struct kvx_core_info kvx_kv4_v1_core_info;
246 extern const struct kvx_core_info *kvx_core_info_table[];
  /src/external/gpl3/gdb/dist/include/opcode/
kvx.h 207 struct kvx_core_info { struct
231 extern const struct kvx_core_info kvx_kv3_v1_core_info;
238 extern const struct kvx_core_info kvx_kv3_v2_core_info;
245 extern const struct kvx_core_info kvx_kv4_v1_core_info;
246 extern const struct kvx_core_info *kvx_core_info_table[];

Completed in 32 milliseconds