Searched refs:hash_slot (Results 1 – 2 of 2) sorted by relevance
396 struct file_hash_entry *entry, **hash_slot; in _cpp_find_file() local404 hash_slot = (struct file_hash_entry **) in _cpp_find_file()410 entry = search_cache (*hash_slot, start_dir); in _cpp_find_file()455 entry = search_cache (*hash_slot, file->dir); in _cpp_find_file()476 entry->next = *hash_slot; in _cpp_find_file()479 *hash_slot = entry; in _cpp_find_file()902 struct file_hash_entry *entry, **hash_slot; in make_cpp_dir() local905 hash_slot = (struct file_hash_entry **) in make_cpp_dir()911 for (entry = *hash_slot; entry; entry = entry->next) in make_cpp_dir()924 entry->next = *hash_slot; in make_cpp_dir()[all …]
11701 toc_hash_mark_entry (hash_slot, unused) in toc_hash_mark_entry() argument11702 void ** hash_slot; in toc_hash_mark_entry()11706 *(const struct toc_hash_struct **) hash_slot;