Home
last modified time | relevance | path

Searched refs:relocsSz (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c460 uint32_t relocsSz = sect->rel_end - sect->rel_start; in handleApp() local
468 fprintf(stderr, " Relocs (flash): %6" PRIu32 " bytes\n", relocsSz); in handleApp()
472 …,"Runtime flash use: %" PRIu32 " bytes\n", (uint32_t)(codeAndRoDataSz + relocsSz + gotSz + FLASH_R… in handleApp()