Searched refs:section_header (Results 1 – 2 of 2) sorted by relevance
97 const section_header_t *section_header; in amd10h_update() local173 if (section_header->size == 0) { in amd10h_update()178 fw_data += sizeof(*section_header); in amd10h_update()179 fw_size -= sizeof(*section_header); in amd10h_update()181 if (section_header->size > fw_size) { in amd10h_update()192 fw_data += section_header->size; in amd10h_update()193 fw_size -= section_header->size; in amd10h_update()214 fw_data += sizeof(*section_header); in amd10h_update()215 fw_size -= sizeof(*section_header); in amd10h_update()232 fw_data += section_header->size; in amd10h_update()[all …]
79 typedef struct section_header { struct