Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c158 uint32_t whichSym = relocs[i].info >> 8; in handleApp() local
161 if (whichSym >= numSyms) { in handleApp()
167 i, relocs[i].where, relocs[i].info & 0xff, whichSym); in handleApp()
175 i, relocs[i].where, relocs[i].info & 0xff, whichSym, syms[whichSym].addr); in handleApp()
193 if (syms[whichSym].addr) { in handleApp()
195 i, whichSym, syms[whichSym].addr); in handleApp()
206 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
229 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr); in handleApp()
242 (*valThereP) += syms[whichSym].addr; in handleApp()
244 if (IS_IN_FLASH(syms[whichSym].addr)) { in handleApp()
[all …]