Searched refs:dict_find (Results 1 – 5 of 5) sorted by relevance
128 void *dict_find(struct dict *dict, const void *key);134 dict_find((DICTP), (KEYP)) != NULL)141 (VALUE_TYPE *)dict_find((DICTP), (KEYP)))150 void *_ptr = dict_find((DICTP), (KEYP)); \
274 lookup->result = dict_find(dict, &lookup->name); in protolib_lookup_rec()
399 dict_find(struct dict *dict, const void *key) in dict_find() function
1028 assert(dict_find(proc->breakpoints, &bp->addr) == NULL); in proc_add_breakpoint()
380 if (dict_find(proc->leader->breakpoints, &baddr) != NULL) { in arch_sw_singlestep()