Lines Matching refs:ERR
101 #define ERR(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) macro
106 ERR("Error: %s: %s\n", msg, arg); in fatalUsage()
108 ERR("Error: %s\n", msg); in fatalUsage()
110 …ERR("USAGE: %s [-v] [-k <key id>] [-a <app id>] [-r] [-n <layout name>] [-i <layout id>] <input fi… in fatalUsage()
155 ERR("Failed to allocate memory for packed relocs"); in packNanoRelocs()
180 ERR("Unaligned relocs are not possible!"); in packNanoRelocs()
285 ERR("Failed to write output file: %s\n", strerror(errno)); in finalizeAndWrite()
326 ERR("Error: invalid address 0x%08" PRIX32, *addr); in fixupAddress()
338 ERR("Reloc %zu %s", reloc - app->reloc, msg); in relocDiag()
339 ERR("INFO:"); in relocDiag()
340 ERR(" Where: 0x%08" PRIX32, reloc->where); in relocDiag()
341 ERR(" type: %" PRIu8, symType); in relocDiag()
342 ERR(" sym: %zu", symIdx); in relocDiag()
345 ERR(" addr: %" PRIu32, sym->addr); in relocDiag()
347 ERR(" addr: <invalid>"); in relocDiag()
420 ERR("File size too small: %" PRIu32, bufUsed); in handleApp()
425 …ERR("Magic value is wrong: found %08" PRIX32"; expected %08" PRIX32, bin->hdr.magic, NANOAPP_FW_MA… in handleApp()
433 ERR("relocation data or initialized data is not in FLASH"); in handleApp()
438 ERR("data, bss, or got not in ram\n"); in handleApp()
459 ERR("Relocs of nonstandard size"); in handleApp()
463 ERR("Syms of nonstandard size"); in handleApp()
475 ERR("Failed to allocate a nano-reloc table\n"); in handleApp()