Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c233 struct BinHdr *bin = (struct BinHdr *) buf; in finalizeAndWrite()
296 struct BinHdr *bin; in handleApp()
307 bin = (struct BinHdr*)buf; in handleApp()
379 else if (IS_IN_RANGE_E(relocs[i].where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr))) in handleApp()
387 …if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocT… in handleApp()
678 struct BinHdr *hdr = (struct BinHdr *) app->flash.data; in fixupHeaderElf()
713 const struct BinHdr *hdr = (const struct BinHdr *) app->flash.data; in genElfNanoRelocs()
822 struct BinHdr *hdr = (struct BinHdr *) buf; in handleAppStatic()
Dpostprocess.c75 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()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h112 #define BINARY_RELOC_OFFSET offsetof(struct BinHdr, sect) // used by postprocess at build time
120 struct BinHdr { struct
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr51 /***** start of struct BinHdr [see nanohub/nanohub.h] *****/
73 /***** end of struct BinHdr [see nanohub/nanohub.h] *****/