Home | History | Annotate | Download | only in nanoapp_postprocess

Lines Matching refs:ofstInRam

71     uint32_t ofstInRam;
136 if ((nanoRelocs[j].type < nanoRelocs[k].type) || (nanoRelocs[j].ofstInRam < nanoRelocs[k].ofstInRam))
144 fprintf(stderr, "SortedReloc[%3" PRIu32 "] = {0x%08" PRIX32 ",0x%02" PRIX8 "}\n", i, nanoRelocs[i].ofstInRam, nanoRelocs[i].type);
168 displacement = nanoRelocs[i].ofstInRam - origin;
169 origin = nanoRelocs[i].ofstInRam + 4;
178 for (j = 1; j + i < outNumRelocs && j < MAX_RUN_LEN && nanoRelocs[j + i].type == lastOutType && nanoRelocs[j + i].ofstInRam - nanoRelocs[j + i - 1].ofstInRam == 4; j++);
184 origin = nanoRelocs[j + i - 1].ofstInRam + 4; //reset origin to last one
431 nanoRelocs[outNumRelocs].ofstInRam = relocs[i].where - RAM_BASE;
490 fprintf(stderr, " -> Nano reloc calculated as 0x%08" PRIX32 ",0x%02" PRIX8 "\n", nanoRelocs[i].ofstInRam, nanoRelocs[i].type);
755 nanoRelocs[numRelocs].ofstInRam = offset;
774 nanoRelocs[numRelocs].ofstInRam = offset;