Home
last modified time | relevance | path

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

/external/ltrace/
Dsummary.c126 DICT_EACH(dict_opt_c, const char *, struct opt_c_struct, NULL, in show_summary()
Ddict.h213 #define DICT_EACH(DICTP, KEY_TYPE, VALUE_TYPE, START_AFTER, CB, DATA) \ macro
Ddict.c527 for (it = NULL; (it = DICT_EACH(di, int, int, it, dump, seen)) != NULL;) in verify()
572 DICT_EACH(&d2, int, int, NULL, fill_keys, keys); in test1()
Dproc.c409 if (DICT_EACH(proc->leader->breakpoints, in process_clone()
1078 return DICT_EACH(proc->breakpoints, in proc_each_breakpoint()
Dbreakpoints.c398 DICT_EACH(proc->breakpoints, arch_addr_t, struct breakpoint *, in disable_all_breakpoints()