Home
last modified time | relevance | path

Searched refs:ERR (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c101 #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()
110ERR("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()
[all …]
Dpostprocess_elf.c80 #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()
[all …]
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp953 ERR("gralloc_free: invalid handle %p", handle); in gralloc_free()
1049 ERR("gralloc_register_buffer(%p): invalid buffer", cb); in gralloc_register_buffer()
1071 ERR("gralloc_register_buffer(%p): map failed: %s", cb, strerror(-err)); in gralloc_register_buffer()
1105 ERR("gralloc_unregister_buffer(%p): invalid buffer", cb); in gralloc_unregister_buffer()
1140 ERR("gralloc_unregister_buffer(%p): unmap failed", cb); in gralloc_unregister_buffer()
/device/google/cuttlefish/tools/
Draw2iso.sh86 trap failure ERR