Searched refs:hashlist (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c5486 hash_enter (hashlist, method)
5487 hash *hashlist;
5505 obj->next = hashlist[slot];
5508 hashlist[slot] = obj; /* append to front */
5512 hash_lookup (hashlist, sel_name)
5513 hash *hashlist;
5518 target = hashlist[HASHFUNCTION (sel_name) % SIZEHASHTABLE];
8548 hash hashlist;
8552 if (hashlist = nst_method_hash_list[i])
8558 fprintf (fp, "-%s;\n", gen_method_decl (hashlist
8522 hash hashlist; local
[all...]
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-02.c845 hash_name_lookup (hash *hashlist, tree name) argument
849 target = hashlist[IDENTIFIER_HASH_VALUE (name) % SIZEHASHTABLE];
866 hash_name_enter (hash *hashlist, tree id) argument
873 obj->next = hashlist[slot];
876 hashlist[slot] = obj; /* append to front */

Completed in 107 milliseconds