Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c80 size_t codeAndDataSize; // not including symbols, relocs and BinHdr member
276 good = fwrite(&bin[1], inf->codeAndDataSize, 1, out) == 1 && good; in finalizeAndWrite()
277 binarySize += inf->codeAndDataSize; in finalizeAndWrite()
452 app.codeAndDataSize = sect->rel_start - FLASH_BASE - sizeof(*bin); in handleApp()