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

  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 265 static struct htab *f_deprecated_htab = NULL; variable in typeref:struct:htab
373 if (!f_deprecated_htab)
374 f_deprecated_htab = str_htab_create ();
392 str_hash_insert_int (f_deprecated_htab, loongarch_f_alias_deprecated[i],
962 imm = str_hash_find_int (f_deprecated_htab, arg);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 271 static struct htab *f_deprecated_htab = NULL; variable in typeref:struct:htab
368 if (!f_deprecated_htab)
369 f_deprecated_htab = str_htab_create ();
387 str_hash_insert_int (f_deprecated_htab, loongarch_f_alias_deprecated[i],
948 imm = str_hash_find_int (f_deprecated_htab, arg);

Completed in 16 milliseconds