Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c35 #define RAM_BASE 0x80000000 macro
43 #define IS_IN_RAM(_val) IS_IN_RANGE(_val, RAM_BASE, RAM_SIZE)
233 valThereP = (uint32_t*)(buf + relocs[i].where + sect->data_data - RAM_BASE - FLASH_BASE); in handleApp()
235 nanoRelocs[outNumRelocs].ofstInRam = relocs[i].where - RAM_BASE; in handleApp()
249 (*valThereP) -= RAM_BASE; in handleApp()
276 *valThereP -= RAM_BASE; in handleApp()
413 sect->data_start -= RAM_BASE; in handleApp()
414 sect->data_end -= RAM_BASE; in handleApp()
415 sect->bss_start -= RAM_BASE; in handleApp()
416 sect->bss_end -= RAM_BASE; in handleApp()
[all …]