HomeSort by relevance Sort by last modified time
    Searched refs:whichSym (Results 1 - 2 of 2) sorted by null

  /device/google/contexthub/util/nanoapp_postprocess/
postprocess_elf.c 357 uint32_t whichSym = relocs[i].info >> 8;
360 if (whichSym >= numSyms) {
366 i, relocs[i].where, relocs[i].info & 0xff, whichSym);
374 i, relocs[i].where, relocs[i].info & 0xff, whichSym, syms[whichSym].addr);
392 if (syms[whichSym].addr) {
394 i, whichSym, syms[whichSym].addr);
405 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr)
    [all...]
postprocess.c 483 uint32_t whichSym = reloc->info >> 8;
484 struct SymtabEntry *sym = &app.symtab[whichSym];
486 if (whichSym >= app.symtabSize) {
506 i, reloc->where, reloc->info & 0xff, whichSym, sym->addr, seg);

Completed in 366 milliseconds