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

  /src/external/gpl3/binutils/dist/gas/config/
tc-loongarch.c 271 static struct htab *x_htab = NULL; variable in typeref:struct:htab
434 if (!x_htab)
435 x_htab = str_htab_create ();
437 str_hash_insert_int (x_htab, loongarch_x_normal_name[i], i, 0);
987 imm = str_hash_find_int (x_htab, arg);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-loongarch.c 277 static struct htab *x_htab = NULL; variable in typeref:struct:htab
429 if (!x_htab)
430 x_htab = str_htab_create ();
432 str_hash_insert_int (x_htab, loongarch_x_normal_name[i], i, 0);
973 imm = str_hash_find_int (x_htab, arg);

Completed in 17 milliseconds