Searched refs:table_end (Results 1 – 1 of 1) sorted by relevance
221 uint8_t *table_end; in coreboot_parse_table() local225 table_end = entry + hdr->table_bytes; in coreboot_parse_table()227 while ((size_t)(table_end - entry) >= sizeof(struct cb_record)) { in coreboot_parse_table()235 if (rec_size > (size_t)(table_end - entry)) in coreboot_parse_table()1205 uint8_t *entry, *table_end; in coreboot_identify() local1247 table_end = entry + hdr->table_bytes; in coreboot_identify()1248 while ((size_t)(table_end - entry) >= sizeof(struct cb_record)) { in coreboot_identify()1255 if (rec_size > (size_t)(table_end - entry)) in coreboot_identify()