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

  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 263 static struct htab *r_deprecated_htab = NULL; variable in typeref:struct:htab
328 if (!r_deprecated_htab)
329 r_deprecated_htab = str_htab_create ();
352 str_hash_insert_int (r_deprecated_htab, loongarch_r_alias_deprecated[i],
937 imm = str_hash_find_int (r_deprecated_htab, arg);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 269 static struct htab *r_deprecated_htab = NULL; variable in typeref:struct:htab
323 if (!r_deprecated_htab)
324 r_deprecated_htab = str_htab_create ();
347 str_hash_insert_int (r_deprecated_htab, loongarch_r_alias_deprecated[i],
923 imm = str_hash_find_int (r_deprecated_htab, arg);

Completed in 17 milliseconds