Searched refs:section_src_offset (Results 1 – 1 of 1) sorted by relevance
53 unsigned int section_src_offset; in download_scp_patch() local80 section_src_offset = pheader[0]; in download_scp_patch()85 section_src_offset, section_size, pheader[2]); in download_scp_patch()87 if ((section_src_offset + section_size) > image_size) { in download_scp_patch()93 memcpy(dest, pdata + section_src_offset, section_size); in download_scp_patch()
Completed in 2 milliseconds