Searched defs:tagtable (Results 1 – 7 of 7) sorted by relevance
90 typedef struct tagtable { struct93 } tagtable_t; argument
91 __tagtable_begin = .;93 __tagtable_end = .;
107 __tagtable_begin = .;109 __tagtable_end = .;
172 struct tagtable { struct173 __u32 tag;174 int (*parse)(const struct tag *);
142 struct tagtable { struct161 static struct tagtable __tagtable_##fn __tag = { tag, fn } argument
233 struct tagtable { struct240 static struct tagtable __tagtable_##fn __tag = { tag, fn } argument