Searched refs:table_size (Results 1 – 1 of 1) sorted by relevance
160 uint64_t table_size = uint64_t(table.num_entries) * table.entry_size; in ValidateTableBounds() local161 if (header.tables_size - table.offset < table_size) { in ValidateTableBounds()