Searched refs:gotSz (Results 1 - 2 of 2) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
H A Dpostprocess.c267 size_t gotSz = sect->got_end - sect->data_start; local
292 DBG(" GOT + RW data (flash & RAM): %6zu bytes", gotSz);
296 (size_t)(inf->codeAndRoDataSize + inf->packedNanoRelocSize + gotSz + FLASH_RELOC_OFFSET));
297 DBG("Runtime RAM use: %zu bytes", gotSz + bssSz);
H A Dpostprocess_elf.c269 uint32_t gotSz = sect->got_end - sect->data_start; local
277 fprintf(stderr, " GOT + RW data (flash & RAM): %6" PRIu32 " bytes\n", gotSz);
280 fprintf(stderr,"Runtime flash use: %" PRIu32 " bytes\n", (uint32_t)(codeAndRoDataSz + relocsSz + gotSz + FLASH_RELOC_OFFSET));
281 fprintf(stderr,"Runtime RAM use: %" PRIu32 " bytes\n", gotSz + bssSz);

Completed in 10 milliseconds