Home
last modified time | relevance | path

Searched refs:DICT_INIT (Results 1 – 6 of 6) sorted by relevance

/external/ltrace/
Ddemangle.c50 DICT_INIT(name_cache, char *, const char *, in my_demangle()
Dprototype.c139 DICT_INIT(&plib->prototypes, char *, struct prototype, in protolib_init()
142 DICT_INIT(&plib->named_types, char *, struct named_type, in protolib_init()
459 DICT_INIT(&cache->protolibs, char *, struct protolib *, in protolib_cache_init()
Dsummary.c170 DICT_INIT(dict_opt_c, char *, struct opt_c_struct, in summary_account_call()
Ddict.h55 #define DICT_INIT(DICTP, KEY_TYPE, VALUE_TYPE, HASH1, EQ, HASH2) \ macro
Ddict.c545 DICT_INIT(&di, int, int, dict_hash_int, dict_eq_int, NULL); in test1()
590 DICT_INIT(&d2, int, int, dict_hash_int_silly, dict_eq_int, NULL); in test_erase()
Dproc.c152 DICT_INIT(proc->breakpoints, in process_bare_init()