HomeSort by relevance Sort by last modified time
    Searched refs:dict_find (Results 1 - 5 of 5) sorted by null

  /external/ltrace/
dict.h 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)); \
dict.c 399 dict_find(struct dict *dict, const void *key) function
prototype.c 274 lookup->result = dict_find(dict, &lookup->name);
proc.c 1028 assert(dict_find(proc->breakpoints, &bp->addr) == NULL);
  /external/ltrace/sysdeps/linux-gnu/metag/
trace.c 380 if (dict_find(proc->leader->breakpoints, &baddr) != NULL) {

Completed in 236 milliseconds