Searched refs:APP_FLASH_RELOC_BASE (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | appSupport.c | 32 #define APP_FLASH_RELOC_BASE(_base) APP_FLASH_RELOC(_base, 0) macro 161 …if (!handleRelocs(relocsStart, relocsEnd, (uintptr_t)APP_FLASH_RELOC_BASE(app), (uintptr_t)mem, (v… in cpuAppLoad() 194 … return callWithR9((const void*)APP_FLASH_RELOC_BASE(app), app->vec.init, platInfo->data, tid, 0); in cpuAppInit() 202 … (void)callWithR9((const void*)APP_FLASH_RELOC_BASE(app), app->vec.end, platInfo->data, 0, 0); in cpuAppEnd() 211 …(void)callWithR9((const void*)APP_FLASH_RELOC_BASE(app), app->vec.handle, platInfo->data, evtType,… in cpuAppHandle()
|