Searched refs:tag_hash (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-coff.c121 static struct hash_control *tag_hash;
126 tag_hash = hash_new ();
134 if ((error_string = hash_jam (tag_hash, name, (char *) symbolP)))
142 return (symbolS *) hash_find (tag_hash, name);
119 static struct hash_control *tag_hash; variable in typeref:struct:hash_control
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c1119 static struct hash_control *tag_hash;
1486 tag_hash = hash_new ();
2022 hash_ptr = (shash_t *) hash_find (tag_hash, tag);
2043 err = hash_insert (tag_hash, perm, (char *) hash_ptr);
1117 static struct hash_control *tag_hash; variable in typeref:struct:hash_control
/freebsd-9.3-release/contrib/gcc/
H A Dmips-tfile.c1189 static shash_t *tag_hash [SHASH_SIZE];
2208 &tag_hash[0],
2225 &tag_hash[0],
1182 static shash_t *tag_hash [SHASH_SIZE]; variable

Completed in 125 milliseconds