Lines Matching refs:DL_ERR
232 DL_ERR("library name \"%s\" too long", name); in soinfo_alloc()
267 DL_ERR("name \"%s\"@%p is not in solist!", si->get_realpath(), si); in soinfo_free()
440 DL_ERR("unsupported verdef[%zd] vd_version: %d (expected 1) library: %s", in for_each_verdef()
454 DL_ERR("invalid verdef[%zd] vd_cnt == 0 (version without a name)", i); in for_each_verdef()
1257 DL_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset); in load_library()
1261 DL_ERR("file offset for the library \"%s\" is negative: %" PRId64, name, file_offset); in load_library()
1267 DL_ERR("unable to stat file for the library \"%s\": %s", name, strerror(errno)); in load_library()
1271 DL_ERR("file offset for the library \"%s\" >= file size: %" PRId64 " >= %" PRId64, in load_library()
1293 DL_ERR("library \"%s\" wasn't loaded and RTLD_NOLOAD prevented it", name); in load_library()
1346 DL_ERR("library \"%s\" not found", name); in load_library()
1678 DL_ERR("invalid flags to dlopen: %x", flags); in do_dlopen()
1683 DL_ERR("invalid extended flags to android_dlopen_ext: 0x%" PRIx64, extinfo->flags); in do_dlopen()
1688 DL_ERR("invalid extended flag combination (ANDROID_DLEXT_USE_LIBRARY_FD_OFFSET without " in do_dlopen()
1755 DL_ERR("unsupported verneed[%zd] vn_version: %d (expected 1)", i, verneed->vn_version); in init_verneed()
1766 DL_ERR("cannot find \"%s\" from verneed[%zd] in DT_NEEDED list for \"%s\"", in init_verneed()
1813 DL_ERR("cannot find verneed/verdef for version index=%d " in lookup_version_info()
1881 DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...", sym_name, get_realpath()); in relocate()
1930 DL_ERR("unknown weak reloc type %d @ %p (%zu)", type, rel, idx); in relocate()
1943 DL_ERR("can't protect segments for \"%s\": %s", in relocate()
1953 DL_ERR("can't unprotect loadable segments for \"%s\": %s", in relocate()
2002 DL_ERR("can't protect segments for \"%s\": %s", in relocate()
2013 DL_ERR("can't unprotect loadable segments for \"%s\": %s", in relocate()
2044 DL_ERR("0x%016llx out of range 0x%016llx to 0x%016llx", in relocate()
2063 DL_ERR("0x%016llx out of range 0x%016llx to 0x%016llx", in relocate()
2089 DL_ERR("0x%016llx out of range 0x%016llx to 0x%016llx", in relocate()
2108 DL_ERR("0x%016llx out of range 0x%016llx to 0x%016llx", in relocate()
2125 DL_ERR("%s R_AARCH64_COPY relocations are not supported", get_realpath()); in relocate()
2182 DL_ERR("%s R_ARM_COPY relocations are not supported", get_realpath()); in relocate()
2200 DL_ERR("unknown reloc type %d @ %p (%zu)", type, rel, idx); in relocate()
2513 DL_ERR("missing PT_DYNAMIC in \"%s\"", get_realpath()); in prelink_image()
2561 DL_ERR("invalid maskwords for gnu_hash = 0x%x, in \"%s\" expecting power to two", in prelink_image()
2584 DL_ERR("invalid DT_SYMENT: %zd in \"%s\"", in prelink_image()
2593 DL_ERR("unsupported DT_PLTREL in \"%s\"; expected DT_RELA", get_realpath()); in prelink_image()
2598 DL_ERR("unsupported DT_PLTREL in \"%s\"; expected DT_REL", get_realpath()); in prelink_image()
2659 DL_ERR("unsupported DT_ANDROID_REL in \"%s\"", get_realpath()); in prelink_image()
2663 DL_ERR("unsupported DT_ANDROID_RELSZ in \"%s\"", get_realpath()); in prelink_image()
2668 DL_ERR("invalid DT_RELAENT: %zd", static_cast<size_t>(d->d_un.d_val)); in prelink_image()
2678 DL_ERR("unsupported DT_REL in \"%s\"", get_realpath()); in prelink_image()
2682 DL_ERR("unsupported DT_RELSZ in \"%s\"", get_realpath()); in prelink_image()
2696 DL_ERR("invalid DT_RELENT: %zd", static_cast<size_t>(d->d_un.d_val)); in prelink_image()
2710 DL_ERR("unsupported DT_ANDROID_RELA in \"%s\"", get_realpath()); in prelink_image()
2714 DL_ERR("unsupported DT_ANDROID_RELASZ in \"%s\"", get_realpath()); in prelink_image()
2726 DL_ERR("unsupported DT_RELA in \"%s\"", get_realpath()); in prelink_image()
2730 DL_ERR("unsupported DT_RELASZ in \"%s\"", get_realpath()); in prelink_image()
2773 DL_ERR("text relocations (DT_TEXTREL) found in 64-bit ELF file \"%s\"", get_realpath()); in prelink_image()
2791 DL_ERR("text relocations (DF_TEXTREL) found in 64-bit ELF file \"%s\"", get_realpath()); in prelink_image()
2881 DL_ERR("linker cannot have DT_NEEDED dependencies on other libraries"); in prelink_image()
2885 DL_ERR("empty/missing DT_HASH/DT_GNU_HASH in \"%s\" " in prelink_image()
2890 DL_ERR("empty/missing DT_STRTAB in \"%s\"", get_realpath()); in prelink_image()
2894 DL_ERR("empty/missing DT_SYMTAB in \"%s\"", get_realpath()); in prelink_image()
2949 DL_ERR("%s: has text relocations", get_realpath()); in link_image()
2957 DL_ERR("can't unprotect loadable segments for \"%s\": %s", in link_image()
2987 DL_ERR("bad android relocation header."); in link_image()
3036 DL_ERR("can't protect segments for \"%s\": %s", in link_image()
3045 DL_ERR("can't enable GNU RELRO protection for \"%s\": %s", in link_image()
3054 DL_ERR("failed serializing GNU RELRO section for \"%s\": %s", in link_image()
3061 DL_ERR("failed mapping GNU RELRO section for \"%s\": %s", in link_image()