Home
last modified time | relevance | path

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

/scripts/gendwarfksyms/
Dtypes.c69 struct type_expansion { struct
76 static void type_expansion_init(struct type_expansion *type) in type_expansion_init() argument
83 static inline void type_expansion_free(struct type_expansion *type) in type_expansion_free()
91 static void type_expansion_append(struct type_expansion *type, const char *s, in type_expansion_append()
105 static int __type_map_get(const char *name, struct type_expansion **res) in __type_map_get()
107 struct type_expansion *e; in __type_map_get()
119 static struct type_expansion *type_map_add(const char *name, in type_map_add()
120 struct type_expansion *type) in type_map_add()
122 struct type_expansion *e; in type_map_add()
125 e = xmalloc(sizeof(struct type_expansion)); in type_map_add()
[all …]