Searched refs:hash_slot (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c524 void **hash_slot; local
535 hash_slot
540 entry = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir);
569 if (*hash_slot == NULL)
571 /* If *hash_slot is NULL, the above
579 *hash_slot = file;
580 htab_clear_slot (pfile->file_hash, hash_slot);
599 if (*hash_slot == NULL)
602 *hash_slot = file;
603 htab_clear_slot (pfile->file_hash, hash_slot);
1171 struct cpp_file_hash_entry *entry, **hash_slot; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc530 void **hash_slot local
536 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir);
564 if (*hash_slot == NULL)
566 /* If *hash_slot is NULL, the above
573 *hash_slot = file;
574 htab_clear_slot (pfile->file_hash, hash_slot);
593 if (*hash_slot == NULL)
596 *hash_slot = &hash_slot;
597 htab_clear_slot (pfile->file_hash, hash_slot);
1306 struct cpp_file_hash_entry *entry, **hash_slot; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-gen.c1595 struct opcode_hash_entry **hash_slot, **entry; local
1601 hash_slot = (struct opcode_hash_entry **)
1606 if (*hash_slot == NULL)
1625 *hash_slot = opcode_array[idx];
1631 entry = hash_slot;
1637 (*entry)->name = (*hash_slot)->name;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-gen.c1524 struct opcode_hash_entry **hash_slot, **entry; local
1530 hash_slot = (struct opcode_hash_entry **)
1535 if (*hash_slot == NULL)
1554 *hash_slot = opcode_array[idx];
1560 entry = hash_slot;
1566 (*entry)->name = (*hash_slot)->name;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-gen.c1560 struct opcode_hash_entry **hash_slot, **entry; local
1566 hash_slot = (struct opcode_hash_entry **)
1571 if (*hash_slot == NULL)
1590 *hash_slot = opcode_array[idx];
1596 entry = hash_slot;
1602 (*entry)->name = (*hash_slot)->name;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-gen.c1595 struct opcode_hash_entry **hash_slot, **entry; local
1601 hash_slot = (struct opcode_hash_entry **)
1606 if (*hash_slot == NULL)
1625 *hash_slot = opcode_array[idx];
1631 entry = hash_slot;
1637 (*entry)->name = (*hash_slot)->name;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-common.c2173 void **hash_slot; local
2206 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT);
2207 gcc_assert (*hash_slot == NULL);
2211 *hash_slot = new_slot;
/netbsd-current/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-common.cc2182 void **hash_slot; local
2215 hash_slot = htab_find_slot (file_data->section_hash_table, &s_slot, INSERT);
2216 gcc_assert (*hash_slot == NULL);
2220 *hash_slot = new_slot;

Completed in 304 milliseconds