Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess_elf.c357 uint32_t whichSym = relocs[i].info >> 8; in handleApp() local
360 if (whichSym >= numSyms) { in handleApp()
366 i, relocs[i].where, relocs[i].info & 0xff, whichSym); in handleApp()
374 i, relocs[i].where, relocs[i].info & 0xff, whichSym, syms[whichSym].addr); in handleApp()
392 if (syms[whichSym].addr) { in handleApp()
394 i, whichSym, syms[whichSym].addr); in handleApp()
405 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
428 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
441 (*valThereP) += syms[whichSym].addr; in handleApp()
443 if (IS_IN_FLASH(syms[whichSym].addr)) { in handleApp()
[all …]
Dpostprocess.c483 uint32_t whichSym = reloc->info >> 8; in handleApp() local
484 struct SymtabEntry *sym = &app.symtab[whichSym]; in handleApp()
486 if (whichSym >= app.symtabSize) { in handleApp()
506 i, reloc->where, reloc->info & 0xff, whichSym, sym->addr, seg); in handleApp()