Home | History | Annotate | Download | only in nanoapp_postprocess

Lines Matching refs:NanoRelocEntry

70 struct NanoRelocEntry {
122 static uint8_t *packNanoRelocs(struct NanoRelocEntry *nanoRelocs, uint32_t outNumRelocs, uint32_t *finalPackedNanoRelocSz, bool verbose)
131 struct NanoRelocEntry t;
139 memcpy(&t, nanoRelocs + i, sizeof(struct NanoRelocEntry));
140 memcpy(nanoRelocs + i, nanoRelocs + k, sizeof(struct NanoRelocEntry));
141 memcpy(nanoRelocs + k, &t, sizeof(struct NanoRelocEntry));
291 struct NanoRelocEntry *nanoRelocs = NULL;
346 nanoRelocs = malloc(sizeof(struct NanoRelocEntry[numRelocs]));
722 struct NanoRelocEntry *nanoRelocs = malloc(
723 totalRelocCount * sizeof(struct NanoRelocEntry));
726 totalRelocCount * sizeof(struct NanoRelocEntry));