• Home
  • Raw
  • Download

Lines Matching refs:PRIu32

145 …fprintf(stderr, "SortedReloc[%3" PRIu32 "] = {0x%08" PRIX32 ",0x%02" PRIX8 "}\n", i, nanoRelocs[i]…  in packNanoRelocs()
272 fprintf(stderr,"Final binary size %" PRIu32 " bytes\n", bufUsed); in finalizeAndWrite()
275 … fprintf(stderr, " Code + RO data (flash): %6" PRIu32 " bytes\n", codeAndRoDataSz); in finalizeAndWrite()
276 fprintf(stderr, " Relocs (flash): %6" PRIu32 " bytes\n", relocsSz); in finalizeAndWrite()
277 fprintf(stderr, " GOT + RW data (flash & RAM): %6" PRIu32 " bytes\n", gotSz); in finalizeAndWrite()
278 fprintf(stderr, " BSS (RAM): %6" PRIu32 " bytes\n", bssSz); in finalizeAndWrite()
280 …fprintf(stderr,"Runtime flash use: %" PRIu32 " bytes\n", (uint32_t)(codeAndRoDataSz + relocsSz + g… in finalizeAndWrite()
281 fprintf(stderr,"Runtime RAM use: %" PRIu32 " bytes\n", gotSz + bssSz); in finalizeAndWrite()
343 fprintf(stderr, "\nRead %" PRIu32 " bytes of binary.\n", bufUsed); in handleApp()
346 …fprintf(stderr, "Found %" PRIu32 " relocs and a %" PRIu32 "-entry symbol table\n", numRelocs, numS… in handleApp()
361 fprintf(stderr, "Reloc %" PRIu32 " references a nonexistent symbol!\n" in handleApp()
364 " type: %" PRIu32 "\n" in handleApp()
365 " sym: %" PRIu32 "\n", in handleApp()
373 …fprintf(stderr, "Reloc[%3" PRIu32 "]:\n {@0x%08" PRIX32 ", type %3" PRIu32 ", -> sym[%3" PRIu32 "]… in handleApp()
393 …fprintf(stderr, "Weird in-header sect reloc %" PRIu32 " to symbol %" PRIu32 " with nonzero addr 0x… in handleApp()
400 … fprintf(stderr, "In-header reloc %" PRIu32 " of location 0x%08" PRIX32 " is outside of FLASH!\n" in handleApp()
402 " type: %" PRIu32 "\n" in handleApp()
403 " sym: %" PRIu32 "\n" in handleApp()
423 … fprintf(stderr, "In-header reloc %" PRIu32 " of location 0x%08" PRIX32 " is outside of RAM!\n" in handleApp()
425 " type: %" PRIu32 "\n" in handleApp()
426 " sym: %" PRIu32 "\n" in handleApp()
452 …fprintf(stderr, "Weird reloc %" PRIu32 " to symbol %" PRIu32 " in unknown memory space (addr 0x%08… in handleApp()
462 …fprintf(stderr, "Weird sect reloc %" PRIu32 " to symbol %" PRIu32 " with nonzero addr 0x%08" PRIX3… in handleApp()
478 fprintf(stderr, "Weird sec reloc %" PRIu32 " to symbol %" PRIu32 in handleApp()
743 DBG(" [%3zu] 0x%08" PRIx32 " type %2" PRIu32 " symIdx %3" PRIu32 in genElfNanoRelocs()
764 ERR("Error: Unexpected reloc type %" PRIu32 " at index %zu", in genElfNanoRelocs()
996 fprintf(stderr, "Read %" PRIu32 " bytes\n", bufUsed); in main()