Home
last modified time | relevance | path

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

/device/google/contexthub/lib/include/nanohub/
Dnanohub.h83 #define BINARY_RELOC_OFFSET offsetof(struct BinHdr, sect) // used by postprocess at build time
91 struct BinHdr { struct
/device/google/contexthub/firmware/misc/cpu/cortexm4f/
Dapp.lkr51 /***** start of struct BinHdr [see nanohub/nanohub.h] *****/
73 /***** end of struct BinHdr [see nanohub/nanohub.h] *****/
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c100 struct BinHdr *bin; in handleApp()
112 bin = (struct BinHdr*)buf; in handleApp()
183 else if (IS_IN_RANGE_E(relocs[i].where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr))) in handleApp()
191 …if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocT… in handleApp()