Searched refs:entry_ (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/usr.sbin/nscd/ |
| D | hashtable.h | 148 #define HASHTABLE_PROTOTYPE(name, entry_, type) \ argument 150 void name##_ENTRY_STORE(struct entry_*, type *); \ 151 type *name##_ENTRY_FIND(struct entry_*, type *); \ 152 type *name##_ENTRY_FIND_SPECIAL(struct entry_ *, type *, \ 154 void name##_ENTRY_REMOVE(struct entry_*, type *); 159 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument 166 void name##_ENTRY_STORE(struct entry_ *the_entry, type *data) \ 179 type *name##_ENTRY_FIND(struct entry_ *the_entry, type *key) \ 186 type *name##_ENTRY_FIND_SPECIAL(struct entry_ *the_entry, type *key, \ 193 void name##_ENTRY_REMOVE(struct entry_ *the_entry, type *del_elm) \
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf32-score.c | 896 score_elf_got_entry_hash (const void *entry_) in score_elf_got_entry_hash() argument 898 const struct score_got_entry *entry = (struct score_got_entry *)entry_; in score_elf_got_entry_hash()
|
| D | elfxx-mips.c | 1967 mips_elf_got_entry_hash (const void *entry_) in mips_elf_got_entry_hash() argument 1969 const struct mips_got_entry *entry = (struct mips_got_entry *)entry_; in mips_elf_got_entry_hash() 2001 mips_elf_multi_got_entry_hash (const void *entry_) in mips_elf_multi_got_entry_hash() argument 2003 const struct mips_got_entry *entry = (struct mips_got_entry *)entry_; in mips_elf_multi_got_entry_hash() 2949 mips_elf_bfd2got_entry_hash (const void *entry_) in mips_elf_bfd2got_entry_hash() argument 2952 = (struct mips_elf_bfd2got_hash *)entry_; in mips_elf_bfd2got_entry_hash()
|