Home
last modified time | relevance | path

Searched refs:named_type (Results 1 – 3 of 3) sorted by relevance

/external/ltrace/
Dprototype.h71 struct named_type { struct
79 void named_type_init(struct named_type *named, argument
82 void named_type_destroy(struct named_type *named);
125 struct named_type *named);
135 int protolib_add_type(struct protolib *plib, struct named_type *named);
140 struct named_type *protolib_lookup_type(struct protolib *plib,
Dprototype.c119 named_type_init(struct named_type *named, in named_type_init()
128 named_type_destroy(struct named_type *named) in named_type_destroy()
142 DICT_INIT(&plib->named_types, char *, struct named_type, in protolib_init()
157 destroy_named_type_cb(struct named_type *named, void *data) in destroy_named_type_cb()
172 DICT_DESTROY(&plib->named_types, const char *, struct named_type, in protolib_destroy()
235 struct named_type *named) in protolib_add_named_type()
308 struct named_type *
687 static struct named_type voidptr_type; in init_global_config()
Dread_config_file.c409 struct named_type *nt = protolib_lookup_type(plib, buf, true); in parse_typedef_name()
425 struct named_type *forward = protolib_lookup_type(plib, name, true); in parse_typedef()
449 struct named_type this_nt; in parse_typedef()