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.c234 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()
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.h124 #define BINARY_RELOC_OFFSET offsetof(struct BinHdr, sect) // used by postprocess at build time
132 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] *****/