BUILD_ID_HEADER_LEN
if (sectionlen <= BUILD_ID_HEADER_LEN ||
sectionlen > (BUILD_ID_HEADER_LEN + BUILD_ID_HASH_MAXLEN)) {
hashlen = sectionlen - BUILD_ID_HEADER_LEN;
uint8_t c = __build_id_start[i+BUILD_ID_HEADER_LEN];