Lines Matching defs:header
55 * immediately follow one another without padding, so nothing after the header
85 /* CBMEM console structure stores its size in first header field. */
121 cb_header_t *header = base;
125 if (strncmp(header->signature, "LBIO", 4)) {
130 coreboot_table_size = header->header_bytes + header->table_bytes;
132 ptr = base + header->header_bytes;
133 for (i = 0; i < header->table_entries; i++) {
137 if (ptr - base >= header->header_bytes + header->table_bytes) {