Searched refs:RelocEntry (Results 1 – 2 of 2) sorted by relevance
52 struct RelocEntry { struct84 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()
54 struct RelocEntry { struct295 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()