Lines Matching refs:DL_ERR

2463DL_ERR("failed to set namespace: [name=\"%s\", ld_library_path=\"%s\", default_library_paths=\"%s\…  in create_namespace()
2483 DL_ERR("error linking namespaces: namespace_from is null."); in link_namespaces()
2488 DL_ERR("error linking namespaces \"%s\"->\"%s\": the list of shared libraries is empty.", in link_namespaces()
2505 DL_ERR("error linking namespaces: namespace_from is null."); in link_namespaces_all_libs()
2510 DL_ERR("error linking namespaces: namespace_to is null."); in link_namespaces_all_libs()
2568 DL_ERR("unsupported verneed[%zd] vn_version: %d (expected 1)", i, verneed->vn_version); in init_verneed()
2579 DL_ERR("cannot find \"%s\" from verneed[%zd] in DT_NEEDED list for \"%s\"", in init_verneed()
2619 DL_ERR("unsupported verdef[%zd] vd_version: %d (expected 1) library: %s", in for_each_verdef()
2633 DL_ERR("invalid verdef[%zd] vd_cnt == 0 (version without a name)", i); in for_each_verdef()
2712 DL_ERR("cannot find verneed/verdef for version index=%d " in lookup_version_info()
2786 DL_ERR("missing PT_DYNAMIC in \"%s\"", get_realpath()); in prelink_image()
2804 DL_ERR("TLS segment alignment in \"%s\" is not a power of 2: %zu", in prelink_image()
2847 DL_ERR("invalid maskwords for gnu_hash = 0x%x, in \"%s\" expecting power to two", in prelink_image()
2870 DL_ERR("invalid DT_SYMENT: %zd in \"%s\"", in prelink_image()
2879 DL_ERR("unsupported DT_PLTREL in \"%s\"; expected DT_RELA", get_realpath()); in prelink_image()
2884 DL_ERR("unsupported DT_PLTREL in \"%s\"; expected DT_REL", get_realpath()); in prelink_image()
2935 DL_ERR("unsupported DT_ANDROID_REL in \"%s\"", get_realpath()); in prelink_image()
2939 DL_ERR("unsupported DT_ANDROID_RELSZ in \"%s\"", get_realpath()); in prelink_image()
2944 DL_ERR("invalid DT_RELAENT: %zd", static_cast<size_t>(d->d_un.d_val)); in prelink_image()
2954 DL_ERR("unsupported DT_REL in \"%s\"", get_realpath()); in prelink_image()
2958 DL_ERR("unsupported DT_RELSZ in \"%s\"", get_realpath()); in prelink_image()
2972 DL_ERR("invalid DT_RELENT: %zd", static_cast<size_t>(d->d_un.d_val)); in prelink_image()
2986 DL_ERR("unsupported DT_ANDROID_RELA in \"%s\"", get_realpath()); in prelink_image()
2990 DL_ERR("unsupported DT_ANDROID_RELASZ in \"%s\"", get_realpath()); in prelink_image()
3002 DL_ERR("unsupported DT_RELA in \"%s\"", get_realpath()); in prelink_image()
3006 DL_ERR("unsupported DT_RELASZ in \"%s\"", get_realpath()); in prelink_image()
3023 DL_ERR("invalid DT_RELRENT: %zd", static_cast<size_t>(d->d_un.d_val)); in prelink_image()
3072 DL_ERR("\"%s\" has text relocations", get_realpath()); in prelink_image()
3090 DL_ERR("\"%s\" has text relocations", get_realpath()); in prelink_image()
3173 DL_ERR("linker cannot have DT_NEEDED dependencies on other libraries"); in prelink_image()
3177 DL_ERR("empty/missing DT_HASH/DT_GNU_HASH in \"%s\" " in prelink_image()
3182 DL_ERR("empty/missing DT_STRTAB in \"%s\"", get_realpath()); in prelink_image()
3186 DL_ERR("empty/missing DT_SYMTAB in \"%s\"", get_realpath()); in prelink_image()
3268 DL_ERR("can't unprotect loadable segments for \"%s\": %s", get_realpath(), strerror(errno)); in link_image()
3284 DL_ERR("can't protect segments for \"%s\": %s", in link_image()
3301 DL_ERR("failed serializing GNU RELRO section for \"%s\": %s", in link_image()
3308 DL_ERR("failed mapping GNU RELRO section for \"%s\": %s", in link_image()
3322 DL_ERR("can't enable GNU RELRO protection for \"%s\": %s", in protect_relro()