Home
last modified time | relevance | path

Searched refs:DL_ERR (Results 1 – 5 of 5) sorted by relevance

/bionic/linker/
Dlinker_phdr.cpp189 DL_ERR("can't read file \"%s\": %s", name_.c_str(), strerror(errno)); in ReadElfHeader()
194 DL_ERR("\"%s\" is too small to be an ELF executable: only found %zd bytes", name_.c_str(), in ReadElfHeader()
211 DL_ERR("\"%s\" has bad ELF magic: %02x%02x%02x%02x", name_.c_str(), in VerifyElfHeader()
222 DL_ERR("\"%s\" is 32-bit instead of 64-bit", name_.c_str()); in VerifyElfHeader()
224 DL_ERR("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class); in VerifyElfHeader()
231 DL_ERR("\"%s\" is 64-bit instead of 32-bit", name_.c_str()); in VerifyElfHeader()
233 DL_ERR("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class); in VerifyElfHeader()
240 DL_ERR("\"%s\" not little-endian: %d", name_.c_str(), header_.e_ident[EI_DATA]); in VerifyElfHeader()
245 DL_ERR("\"%s\" has unexpected e_type: %d", name_.c_str(), header_.e_type); in VerifyElfHeader()
250 DL_ERR("\"%s\" has unexpected e_version: %d", name_.c_str(), header_.e_version); in VerifyElfHeader()
[all …]
Dlinker_globals.h39 #define DL_ERR(fmt, x...) \ macro
56 DL_ERR(fmt, ##x); \
62 DL_ERR(fmt, ##x); \
68 DL_ERR(fmt, ##x); \
Dlinker_relocate.cpp119DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...", sym_name, relocator.si->get_realpath… in lookup_symbol()
189 DL_ERR("can't protect segments for \"%s\": %s", in process_relocation_impl()
199 DL_ERR("can't unprotect loadable segments for \"%s\": %s", in process_relocation_impl()
245 DL_ERR("unexpected TLS reference to local symbol \"%s\" in \"%s\": sym type %d, rel type %u", in process_relocation_impl()
253 DL_ERR("TLS relocation refers to symbol \"%s\" in solib \"%s\" with no TLS segment", in process_relocation_impl()
260 DL_ERR("reference to non-TLS symbol \"%s\" from TLS relocation in \"%s\"", in process_relocation_impl()
372 DL_ERR("%s COPY relocations are not supported", relocator.si->get_realpath()); in process_relocation_impl()
387DL_ERR("TLS symbol \"%s\" in dlopened \"%s\" referenced from \"%s\" using IE access model", in process_relocation_impl()
506 DL_ERR("unknown reloc type %d in \"%s\"", r_type, relocator.si->get_realpath()); in process_relocation_impl()
605 DL_ERR("bad android relocation header."); in relocate()
Dlinker.cpp2463DL_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()
[all …]
Dlinker_cfi.cpp181 DL_ERR("__cfi_check in not a Thumb function in the library \"%s\"", si->get_soname()); in AddLibrary()
187 DL_ERR("unaligned __cfi_check in the library \"%s\"", si->get_soname()); in AddLibrary()
199 DL_ERR("CFI could not find libdl"); in NotifyLibDl()