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

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

Completed in 90 milliseconds