Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h82 #define FLASH_RELOC_OFFSET offsetof(struct AppHdr, sect) // used by appSupport.c at run time macro
/device/google/contexthub/firmware/src/cpu/cortexm4f/
DappSupport.c31 #define APP_FLASH_RELOC(_base, _offset) ((uint32_t)(_base) + FLASH_RELOC_OFFSET + (_offset))
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c466 fprintf(stderr, " FW header size (flash): %6zu bytes\n", FLASH_RELOC_OFFSET); in handleApp()
472 …sh use: %" PRIu32 " bytes\n", (uint32_t)(codeAndRoDataSz + relocsSz + gotSz + FLASH_RELOC_OFFSET)); in handleApp()