__image_end 25 arch/mips/boot/compressed/decompress.c extern unsigned char __image_begin, __image_end; __image_end 87 arch/mips/boot/compressed/decompress.c zimage_size = (unsigned long)(&__image_end) - __image_end 116 arch/mips/boot/compressed/decompress.c image_size = le32_to_cpup((void *)&__image_end - 4);