Lines Matching refs:boot_image_component_count

1084     uint32_t boot_image_component_count = image_header.GetBootImageComponentCount();  in ValidateBootImageChecksum()  local
1086 if (boot_image_component_count > boot_image_spaces_size) { in ValidateBootImageChecksum()
1088 boot_image_component_count, in ValidateBootImageChecksum()
1097 for (size_t component_count = 0u; component_count != boot_image_component_count; ) { in ValidateBootImageChecksum()
1099 if (current_header.GetComponentCount() > boot_image_component_count - component_count) { in ValidateBootImageChecksum()
1103 boot_image_component_count, in ValidateBootImageChecksum()
1634 uint32_t boot_image_component_count; member
1973 uint32_t boot_image_component_count = header.GetBootImageComponentCount(); in ValidateBootImageChecksum() local
1974 if (chunks_.empty() != (boot_image_component_count == 0u)) { in ValidateBootImageChecksum()
1977 boot_image_component_count, in ValidateBootImageChecksum()
1985 if (component_count == boot_image_component_count) { in ValidateBootImageChecksum()
1991 if (chunk.component_count > boot_image_component_count - component_count) { in ValidateBootImageChecksum()
1995 boot_image_component_count, in ValidateBootImageChecksum()
2004 DCHECK_LE(component_count, boot_image_component_count); in ValidateBootImageChecksum()
2005 if (component_count != boot_image_component_count) { in ValidateBootImageChecksum()
2008 boot_image_component_count, in ValidateBootImageChecksum()
2090 chunk.boot_image_component_count = header.GetBootImageComponentCount(); in ReadHeader()
2275 chunk.boot_image_component_count = header.GetBootImageComponentCount(); in CompileExtension()
3280 if (max_image_space_dependencies < chunk.boot_image_component_count) { in LoadComponents()
3285 chunk.boot_image_component_count); in LoadComponents()
3317 chunk.boot_image_component_count != header.GetBootImageComponentCount() || in LoadComponents()
3331 chunk.boot_image_component_count, in LoadComponents()
3340 DCHECK_GE(max_image_space_dependencies, chunk.boot_image_component_count); in LoadComponents()
3343 /*pos=*/ 0u, chunk.boot_image_component_count); in LoadComponents()