Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c44 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE) macro
191 …if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocT… in handleApp()
200 if (!IS_IN_FLASH(*valThereP)) { in handleApp()
244 if (IS_IN_FLASH(syms[whichSym].addr)) { in handleApp()
270 if (IS_IN_FLASH(*valThereP)) { in handleApp()
421 …if (!IS_IN_FLASH(sect->data_data) || !IS_IN_FLASH(sect->rel_start) || !IS_IN_FLASH(sect->rel_end))… in handleApp()