Lines Matching refs:ImageHeader
52 const ImageHeader& image_header,
309 const ImageHeader& boot_image_header = image_header_;
317 boot_image_header.GetImageSection(ImageHeader::kSectionObjects).Size();
335 // If we wanted even more validation we could map the ImageHeader from the file
407 // If we wanted to change this, we could pass base=start+sizeof(ImageHeader)
408 // But it might still be interesting to see if any of the ImageHeader data mutated
433 // If we wanted to change this, we could pass base=start+sizeof(ImageHeader)
434 // But it might still be interesting to see if any of the ImageHeader data mutated
512 const uint8_t* current = begin_image_ptr + RoundUp(sizeof(ImageHeader), kObjectAlignment);
856 const ImageHeader& image_header) {
1008 const ImageHeader& image_header_;
1025 const ImageHeader& image_header = image_space->GetImageHeader();