• Home
  • Raw
  • Download

Lines Matching refs:DL_ERR

165 #define DL_ERR(fmt, x...) \  macro
278 DL_ERR("library name \"%s\" too long", name); in soinfo_alloc()
287 DL_ERR("too many libraries when loading \"%s\"", name); in soinfo_alloc()
326 DL_ERR("name \"%s\" is not in solist!", si->name); in soinfo_free()
655 DL_ERR("lseek failed: %s", strerror(errno)); in is_prelinked()
662 DL_ERR("could not read prelink_info_t structure for \"%s\":", name, strerror(errno)); in is_prelinked()
667 DL_ERR("prelinked libraries no longer supported: %s", name); in is_prelinked()
745 DL_ERR("library \"%s\" not found", name); in load_library()
753 DL_ERR("can't read file \"%s\": %s", name, strerror(errno)); in load_library()
757 DL_ERR("too small to be an ELF executable: %s", name); in load_library()
761 DL_ERR("not a valid ELF executable: %s", name); in load_library()
771 DL_ERR("can't load program header table: %s: %s", name, strerror(errno)); in load_library()
780 DL_ERR("no loadable segments in file: %s", name); in load_library()
799 DL_ERR("can't reserve %d bytes in address space for \"%s\": %s", in load_library()
813 DL_ERR("can't map loadable segments for \"%s\": %s", in load_library()
832 DL_ERR("can't find loaded PHDR for \"%s\"", name); in load_library()
889 DL_ERR("\"%s\" failed to load previously", name); in find_library()
893 DL_ERR("OOPS: recursive link to \"%s\"", si->name); in find_library()
920 DL_ERR("\"%s\": could not unload dependent library", in soinfo_unload()
975DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...", sym_name, si->name); in soinfo_relocate()
1021 DL_ERR("unknown weak reloc type %d @ %p (%d)", in soinfo_relocate()
1030 DL_ERR("cannot locate \"%s\"...", in soinfo_relocate()
1119 DL_ERR("odd RELATIVE form...", pid); in soinfo_relocate()
1161 DL_ERR("%s R_ARM_COPY relocations only supported for ET_EXEC", si->name); in soinfo_relocate()
1169 DL_ERR("Internal linker error detected. reloc == symaddr"); in soinfo_relocate()
1177 DL_ERR("unknown reloc type %d @ %p (%d)", in soinfo_relocate()
1236 DL_ERR("cannot locate \"%s\"...", sym_name); in mips_relocate_got()
1318 DL_ERR("shared library \"%s\" has a preinit_array table @ 0x%08x. " in soinfo_call_constructors()
1328 DL_ERR("\"%s\": could not initialize dependent library", in soinfo_call_constructors()
1379 DL_ERR("cannot open /dev/null: %s", strerror(errno)); in nullify_closed_stdio()
1403 DL_ERR("fcntl failed: %s", strerror(errno)); in nullify_closed_stdio()
1413 DL_ERR("dup2 failed: %s", strerror(errno)); in nullify_closed_stdio()
1424 DL_ERR("close failed: %s", strerror(errno)); in nullify_closed_stdio()
1455 DL_ERR("missing PT_DYNAMIC?!"); in soinfo_link_image()
1487 DL_ERR("DT_RELA not supported"); in soinfo_link_image()
1514 DL_ERR("DT_RELA not supported"); in soinfo_link_image()
1604 DL_ERR("missing essential tables"); in soinfo_link_image()
1616 DL_ERR("could not load library \"%s\" needed by \"%s\"; caused by %s", in soinfo_link_image()
1634 DL_ERR("could not load library \"%s\" needed by \"%s\"; caused by %s", in soinfo_link_image()
1651 DL_ERR("can't unprotect loadable segments for \"%s\": %s", in soinfo_link_image()
1681 DL_ERR("can't protect segments for \"%s\": %s", in soinfo_link_image()
1689 DL_ERR("can't enable GNU RELRO protection for \"%s\": %s", in soinfo_link_image()