Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libcpp/
H A Dfiles.c396 struct file_hash_entry *entry, **hash_slot; in _cpp_find_file() local
404 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() local
905 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 …]
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c11701 toc_hash_mark_entry (hash_slot, unused) in toc_hash_mark_entry() argument
11702 void ** hash_slot; in toc_hash_mark_entry()
11706 *(const struct toc_hash_struct **) hash_slot;