Lines Matching refs:sym
307 static uint8_t fixupAddress(uint32_t *addr, struct SymtabEntry *sym, bool debug) in fixupAddress() argument
312 (*addr) += sym->addr; in fixupAddress()
344 struct SymtabEntry *sym = &app->symtab[symIdx]; in relocDiag() local
345 ERR(" addr: %" PRIu32, sym->addr); in relocDiag()
352 struct SymtabEntry *sym, struct NanoRelocEntry *nanoReloc) in fixupReloc() argument
380 type = fixupAddress(addr, sym, app->debug); in fixupReloc()
384 if (sym->addr) { in fixupReloc()
388 type = fixupAddress(addr, sym, app->debug); in fixupReloc()
484 struct SymtabEntry *sym = &app.symtab[whichSym]; in handleApp() local
506 i, reloc->where, reloc->info & 0xff, whichSym, sym->addr, seg); in handleApp()
517 switch (fixupReloc(&app, reloc, sym, NULL)) { in handleApp()
540 if (fixupReloc(&app, reloc, sym, nanoReloc) != NANO_RELOC_LAST) { in handleApp()