Searched refs:syms (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 296 struct SymtabEntry *syms; in handleApp() local 328 syms = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE); 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() 447 else if (IS_IN_RAM(syms[whichSym].addr)) { in handleApp() [all …]
|