Home
last modified time | relevance | path

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

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c94 …uint32_t i, numRelocs, numSyms, outNumRelocs = 0, packedNanoRelocSz, j, k, lastOutType = 0, origin… in handleApp() local
131 numSyms = (bufUsed + FLASH_BASE - sect->rel_end) / sizeof(struct SymtabEntry); in handleApp()
138 if (numSyms * sizeof(struct SymtabEntry) + sect->rel_end != bufUsed + FLASH_BASE) { in handleApp()
147 …ntf(stderr, "Found %" PRIu32 " relocs and a %" PRIu32 "-entry symbol table\n", numRelocs, numSyms); in handleApp()
161 if (whichSym >= numSyms) { in handleApp()
396 bufUsed -= sizeof(struct SymtabEntry[numSyms]); in handleApp()