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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xgate.c 116 static htab_t xgate_hash; variable
327 xgate_hash = str_htab_create ();
345 str_hash_insert (xgate_hash, op_handles[j].name, &op_handles[j], 0);
494 opcode_handle = str_hash_find (xgate_hash, op_name);
543 opcode_handle = str_hash_find (xgate_hash, op_name);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xgate.c 116 static htab_t xgate_hash; variable
327 xgate_hash = str_htab_create ();
345 str_hash_insert (xgate_hash, op_handles[j].name, &op_handles[j], 0);
494 opcode_handle = str_hash_find (xgate_hash, op_name);
543 opcode_handle = str_hash_find (xgate_hash, op_name);

Completed in 17 milliseconds