Searched refs:SymtabEntry (Results 1 – 2 of 2) sorted by relevance
62 struct SymtabEntry { struct82 struct SymtabEntry *symtab; argument307 static uint8_t fixupAddress(uint32_t *addr, struct SymtabEntry *sym, bool debug) in fixupAddress()344 struct SymtabEntry *sym = &app->symtab[symIdx]; in relocDiag()352 struct SymtabEntry *sym, struct NanoRelocEntry *nanoReloc) in fixupReloc()444 app.symtab = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE); in handleApp()447 app.symtabSize = (struct SymtabEntry*)(buf + bufUsed) - app.symtab; in handleApp()462 if (app.symtabSize * sizeof(struct SymtabEntry) + sect->rel_end != bufUsed + FLASH_BASE) { in handleApp()484 struct SymtabEntry *sym = &app.symtab[whichSym]; in handleApp()
64 struct SymtabEntry { struct296 struct SymtabEntry *syms; in handleApp()328 syms = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE); in handleApp()330 numSyms = (bufUsed + FLASH_BASE - sect->rel_end) / sizeof(struct SymtabEntry); in handleApp()337 if (numSyms * sizeof(struct SymtabEntry) + sect->rel_end != bufUsed + FLASH_BASE) { in handleApp()502 bufUsed -= sizeof(struct SymtabEntry[numSyms]); in handleApp()