Searched defs:tagtable (Results 1 – 6 of 6) sorted by relevance
93 typedef struct tagtable { struct96 } tagtable_t; argument
90 __tagtable_begin = .;92 __tagtable_end = .;
106 __tagtable_begin = .;108 __tagtable_end = .;
172 struct tagtable { struct173 __u32 tag;174 int (*parse)(const struct tag *);
141 struct tagtable { struct160 static struct tagtable __tagtable_##fn __tag = { tag, fn } argument
233 struct tagtable { struct240 static struct tagtable __tagtable_##fn __tag = { tag, fn } argument