Searched refs:numRelocs (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 94 …uint32_t i, numRelocs, numSyms, outNumRelocs = 0, packedNanoRelocSz, j, k, lastOutType = 0, origin… in handleApp() local 130 numRelocs = (sect->rel_end - sect->rel_start) / sizeof(struct RelocEntry); in handleApp() 134 if (numRelocs * sizeof(struct RelocEntry) + sect->rel_start != sect->rel_end) { in handleApp() 147 …ntf(stderr, "Found %" PRIu32 " relocs and a %" PRIu32 "-entry symbol table\n", numRelocs, numSyms); in handleApp() 150 nanoRelocs = malloc(sizeof(struct NanoRelocEntry[numRelocs])); in handleApp() 156 for (i = 0; i < numRelocs; i++) { in handleApp() 395 bufUsed -= sizeof(struct RelocEntry[numRelocs]); in handleApp()
|