Searched refs:BinHdr (Results 1 – 4 of 4) sorted by relevance
234 struct BinHdr *bin = (struct BinHdr *) buf; in finalizeAndWrite()299 struct BinHdr *bin; in handleApp()310 bin = (struct BinHdr*)buf; in handleApp()382 else if (IS_IN_RANGE_E(relocs[i].where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr))) in handleApp()390 …if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocT… in handleApp()681 struct BinHdr *hdr = (struct BinHdr *) app->flash.data; in fixupHeaderElf()716 const struct BinHdr *hdr = (const struct BinHdr *) app->flash.data; in genElfNanoRelocs()825 struct BinHdr *hdr = (struct BinHdr *) buf; in handleAppStatic()
75 struct BinHdr *bin;243 struct BinHdr *bin = inf->bin; in finalizeAndWrite()406 struct BinHdr *bin; in handleApp()418 bin = (struct BinHdr*)buf; in handleApp()500 else if (IS_IN_RANGE_E(reloc->where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr))) in handleApp()509 …if (IS_IN_FLASH(reloc->where) && reloc->where - FLASH_BASE < sizeof(struct BinHdr) && relocType ==… in handleApp()
124 #define BINARY_RELOC_OFFSET offsetof(struct BinHdr, sect) // used by postprocess at build time132 struct BinHdr { struct
51 /***** start of struct BinHdr [see nanohub/nanohub.h] *****/73 /***** end of struct BinHdr [see nanohub/nanohub.h] *****/