Searched refs:BOOTCONFIG_SIZE_SIZE (Results 1 – 2 of 2) sorted by relevance
30 #define BOOTCONFIG_SIZE_SIZE 4 macro33 BOOTCONFIG_SIZE_SIZE + \
50 memcpy((void *)(end), &bootconfig_size, BOOTCONFIG_SIZE_SIZE); in add_trailer()52 memcpy((void *)(end + BOOTCONFIG_SIZE_SIZE), &sum, in add_trailer()54 memcpy((void *)(end + BOOTCONFIG_SIZE_SIZE + BOOTCONFIG_CHECKSUM_SIZE), in add_trailer()
Completed in 8 milliseconds