Home
last modified time | relevance | path

Searched refs:dict_find (Results 1 – 5 of 5) sorted by relevance

/external/ltrace/
Ddict.h128 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)); \
Dprototype.c274 lookup->result = dict_find(dict, &lookup->name); in protolib_lookup_rec()
Ddict.c399 dict_find(struct dict *dict, const void *key) in dict_find() function
Dproc.c1028 assert(dict_find(proc->breakpoints, &bp->addr) == NULL); in proc_add_breakpoint()
/external/ltrace/sysdeps/linux-gnu/metag/
Dtrace.c380 if (dict_find(proc->leader->breakpoints, &baddr) != NULL) { in arch_sw_singlestep()