Lines Matching refs:ERR
80 #define ERR(fmt, ...) fprintf(stderr, fmt "\n", ##__VA_ARGS__) macro
83 #define ELF_ERR(fmt, ...) ERR(fmt ": %s\n", ##__VA_ARGS__, elf_errmsg(-1))
631 ERR("Failed to open file %s for reading: %s", fileName, strerror(errno)); in loadNanoappElfFile()
642 ERR("Failed to parse ELF file"); in loadNanoappElfFile()
690 ERR(".data, .bss, or .got not in RAM address space!"); in fixupHeaderElf()
697 ERR(".data loadaddr, or .relocs not in flash address space!"); in fixupHeaderElf()
704 ERR("Entry point(s) not in flash address space!"); in fixupHeaderElf()
728 ERR("Couldn't allocate memory for nano relocs! Needed %zu bytes", in genElfNanoRelocs()
751 ERR("Reloc for .data not in RAM address range!"); in genElfNanoRelocs()
764 ERR("Error: Unexpected reloc type %" PRIu32 " at index %zu", in genElfNanoRelocs()
812 ERR("Failed to allocate %zu bytes for final app", bufSize); in handleAppStatic()