HomeSort by: relevance | last modified time | path
    Searched defs:hpp (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/config/
hash.c 211 struct hashenthead *hpp; local
217 hpp = &ht->ht_tab[h & ht->ht_mask];
218 TAILQ_FOREACH(hp, hpp, h_next) {
224 TAILQ_INSERT_TAIL(hpp, hp, h_next);
245 struct hashenthead *hpp; local
248 hpp = &ht->ht_tab[i];
249 while ((hp = TAILQ_FIRST(hpp)) != NULL) {
250 TAILQ_REMOVE(hpp, hp, h_next);
268 struct hashenthead *hpp; local
272 hpp = &ht->ht_tab[h & ht->ht_mask]
302 struct hashenthead *hpp; local
330 struct hashenthead *hpp; local
357 struct hashenthead *hpp; local
373 struct hashenthead *hpp; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 5988 struct elf_link_hash_entry **hpp;
6002 hpp = elf_sym_hashes (abfd);
6003 hppend = hpp + extsymcount;
6005 for (; hpp < hppend; hpp++)
6007 h = *hpp;
5979 struct elf_link_hash_entry **hpp; local
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 5943 struct elf_link_hash_entry **hpp;
5957 hpp = elf_sym_hashes (abfd);
5958 hppend = hpp + extsymcount;
5960 for (; hpp < hppend; hpp++)
5962 h = *hpp;
5934 struct elf_link_hash_entry **hpp; local
  /src/external/gpl3/gdb.old/dist/bfd/
elflink.c 5906 struct elf_link_hash_entry **hpp;
5920 hpp = elf_sym_hashes (abfd);
5921 hppend = hpp + extsymcount;
5923 for (; hpp < hppend; hpp++)
5925 h = *hpp;
5897 struct elf_link_hash_entry **hpp; local
  /src/external/gpl3/gdb/dist/bfd/
elflink.c 5961 struct elf_link_hash_entry **hpp;
5975 hpp = elf_sym_hashes (abfd);
5976 hppend = hpp + extsymcount;
5978 for (; hpp < hppend; hpp++)
5980 h = *hpp;
5952 struct elf_link_hash_entry **hpp; local

Completed in 113 milliseconds