OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:relocssz
(Results
1 - 1
of
1
) sorted by null
/device/google/contexthub/util/nanoapp_postprocess/
postprocess.c
460
uint32_t
relocsSz
= sect->rel_end - sect->rel_start;
468
fprintf(stderr, " Relocs (flash): %6" PRIu32 " bytes\n",
relocsSz
);
472
fprintf(stderr,"Runtime flash use: %" PRIu32 " bytes\n", (uint32_t)(codeAndRoDataSz +
relocsSz
+ gotSz + FLASH_RELOC_OFFSET));
Completed in 278 milliseconds