Lines Matching refs:PRINT_ERR
106 PRINT_ERR("The file is not elf format\n");
110 PRINT_ERR("The file is not shared library\n");
114 PRINT_ERR("The file can not load in current platform\n");
118 PRINT_ERR("The num of program header is out of limit\n");
122 PRINT_ERR("The offset of program header is invalid, elf file is bad\n");
137 PRINT_ERR("Failed to seek the position!, offset: %#x\n", offset);
143 PRINT_ERR("Failed to read from offset: %#x!\n", offset);
157 PRINT_ERR("Failed to stat file: %s, errno: %d\n", fileName, errno);
162 PRINT_ERR("The file: %s length is out of limit!\n", fileName);
216 PRINT_ERR("the file is bad\n");
229 PRINT_ERR("file name length is too long\n");
237 PRINT_ERR("failed to alloc for dso\n");
246 PRINT_ERR("failed to alloc for loadInfo\n");
260 PRINT_ERR("Failed to open ELF file: %s!\n", fileName);
304 PRINT_ERR("unsupport tls\n");
392 PRINT_ERR("failed to reserve space!\n");
398 PRINT_ERR("failed to alloc memory for loading shared library\n");
405 PRINT_ERR("failed to load shared library\n");
439 PRINT_ERR("shared library should not depend on others\n");
442 PRINT_ERR("you should recompile shared library with -fPIC\n");
576 PRINT_ERR("failed to relocate %s, symbol: %s not found\n", dso->fileName, symStr);
597 PRINT_ERR("failed to relocate %s, unsupported reloc type: %d\n", dso->fileName, type);
666 PRINT_ERR("there are no dynamic segments in elf file\n");
754 PRINT_ERR("invalid file name\n");
836 PRINT_ERR("failed to find symbol: %s\n", name);
845 PRINT_ERR("invalid input param\n");
908 PRINT_ERR("invalid handle\n");