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

  /src/external/gpl3/binutils/dist/gas/config/
tc-wasm32.c 95 static htab_t wasm32_hash; variable
161 wasm32_hash = str_htab_create ();
167 str_hash_insert (wasm32_hash, opcode->name, opcode, 0);
749 opcode = str_hash_find (wasm32_hash, op);
tc-wasm32.c 95 static htab_t wasm32_hash; variable
161 wasm32_hash = str_htab_create ();
167 str_hash_insert (wasm32_hash, opcode->name, opcode, 0);
749 opcode = str_hash_find (wasm32_hash, op);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-wasm32.c 95 static htab_t wasm32_hash; variable
161 wasm32_hash = str_htab_create ();
167 str_hash_insert (wasm32_hash, opcode->name, opcode, 0);
749 opcode = str_hash_find (wasm32_hash, op);
tc-wasm32.c 95 static htab_t wasm32_hash; variable
161 wasm32_hash = str_htab_create ();
167 str_hash_insert (wasm32_hash, opcode->name, opcode, 0);
749 opcode = str_hash_find (wasm32_hash, op);

Completed in 157 milliseconds