Searched refs:BinHdr (Results 1 – 3 of 3) sorted by relevance
83 #define BINARY_RELOC_OFFSET offsetof(struct BinHdr, sect) // used by postprocess at build time91 struct BinHdr { struct
51 /***** start of struct BinHdr [see nanohub/nanohub.h] *****/73 /***** end of struct BinHdr [see nanohub/nanohub.h] *****/
100 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()