Searched refs:table_header (Results 1 – 2 of 2) sorted by relevance
64 static struct table_header *unpack_table(char *blob, size_t bsize) in unpack_table()66 struct table_header *table = NULL; in unpack_table()67 struct table_header th; in unpack_table()70 if (bsize < sizeof(struct table_header)) in unpack_table()81 blob += sizeof(struct table_header); in unpack_table()239 struct table_header *table = NULL; in aa_dfa_unpack()
81 struct table_header { struct100 struct table_header *tables[YYTD_ID_TSIZE]; argument119 return ALIGN(sizeof(struct table_header) + len * el_size, 8); in table_size()