Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h111 #define FLASH_RELOC_OFFSET offsetof(struct AppHdr, sect) // used by appSupport.c at run time macro
/device/google/contexthub/firmware/os/cpu/cortexm4/
DappSupport.c31 #define APP_FLASH_RELOC(_base, _offset) ((uint32_t)(_base) + FLASH_RELOC_OFFSET + (_offset))
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c289 DBG(" FW header size (flash): %6zu bytes", FLASH_RELOC_OFFSET); in finalizeAndWrite()
296 … (size_t)(inf->codeAndRoDataSize + inf->packedNanoRelocSize + gotSz + FLASH_RELOC_OFFSET)); in finalizeAndWrite()
Dpostprocess_elf.c271 fprintf(stderr, " FW header size (flash): %6zu bytes\n", FLASH_RELOC_OFFSET); in finalizeAndWrite()
277 …sh use: %" PRIu32 " bytes\n", (uint32_t)(codeAndRoDataSz + relocsSz + gotSz + FLASH_RELOC_OFFSET)); in finalizeAndWrite()