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

  /src/external/gpl3/binutils/dist/gas/config/
tc-s390.c 255 static htab_t s390_opformat_hash; variable
657 s390_opformat_hash = str_htab_create ();
661 if (str_hash_insert (s390_opformat_hash, op->name, op, 0) != NULL)
2003 opformat = str_hash_find (s390_opformat_hash, input_line_pointer);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-s390.c 255 static htab_t s390_opformat_hash; variable
657 s390_opformat_hash = str_htab_create ();
661 if (str_hash_insert (s390_opformat_hash, op->name, op, 0) != NULL)
2003 opformat = str_hash_find (s390_opformat_hash, input_line_pointer);

Completed in 16 milliseconds