Home
last modified time | relevance | path

Searched refs:math_hash (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c186 static struct hash_control *math_hash; /* Built-in math functions. */ variable
3052 math_hash = hash_new (); in md_begin()
3059 hash_err = hash_insert (math_hash, math_proc->name, in md_begin()
4519 math_proc_entry *math_entry = hash_find (math_hash, name); in subsym_substitute()