OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLASH_RELOC_OFFSET
(Results
1 - 3
of
3
) sorted by null
/device/google/contexthub/lib/include/nanohub/
nanohub.h
82
#define
FLASH_RELOC_OFFSET
offsetof(struct AppHdr, sect) // used by appSupport.c at run time
/device/google/contexthub/firmware/src/cpu/cortexm4f/
appSupport.c
31
#define APP_FLASH_RELOC(_base, _offset) ((uint32_t)(_base) +
FLASH_RELOC_OFFSET
+ (_offset))
/device/google/contexthub/util/nanoapp_postprocess/
postprocess.c
270
fprintf(stderr, " FW header size (flash): %6zu bytes\n",
FLASH_RELOC_OFFSET
);
276
fprintf(stderr,"Runtime flash use: %" PRIu32 " bytes\n", (uint32_t)(codeAndRoDataSz + relocsSz + gotSz +
FLASH_RELOC_OFFSET
));
[
all
...]
Completed in 734 milliseconds