Home
last modified time | relevance | path

Searched refs:RelocEntry (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c52 struct RelocEntry { struct
84 struct RelocEntry *reloc;
333 static void relocDiag(const struct NanoAppInfo *app, const struct RelocEntry *reloc, const char *ms… in relocDiag()
351 static uint8_t fixupReloc(struct NanoAppInfo *app, struct RelocEntry *reloc, in fixupReloc()
443 app.reloc = (struct RelocEntry*)(buf + sect->rel_start - FLASH_BASE); in handleApp()
445 app.relocSize = (sect->rel_end - sect->rel_start) / sizeof(struct RelocEntry); in handleApp()
458 if (app.relocSize * sizeof(struct RelocEntry) + sect->rel_start != sect->rel_end) { in handleApp()
480 struct RelocEntry *reloc = &app.reloc[i]; in handleApp()
Dpostprocess_elf.c54 struct RelocEntry { struct
295 struct RelocEntry *relocs; in handleApp()
327 relocs = (struct RelocEntry*)(buf + sect->rel_start - FLASH_BASE); in handleApp()
329 numRelocs = (sect->rel_end - sect->rel_start) / sizeof(struct RelocEntry); in handleApp()
333 if (numRelocs * sizeof(struct RelocEntry) + sect->rel_start != sect->rel_end) { in handleApp()
501 bufUsed -= sizeof(struct RelocEntry[numRelocs]); in handleApp()