Searched refs:DL_ERR (Results 1 – 5 of 5) sorted by relevance
/bionic/linker/ |
D | linker_phdr.cpp | 161 DL_ERR("can't read file \"%s\": %s", name_, strerror(errno)); in ReadElfHeader() 166 DL_ERR("\"%s\" is too small to be an ELF executable: only found %zd bytes", name_, in ReadElfHeader() 175 DL_ERR("\"%s\" has bad ELF magic", name_); in VerifyElfHeader() 185 DL_ERR("\"%s\" is 32-bit instead of 64-bit", name_); in VerifyElfHeader() 187 DL_ERR("\"%s\" has unknown ELF class: %d", name_, elf_class); in VerifyElfHeader() 194 DL_ERR("\"%s\" is 64-bit instead of 32-bit", name_); in VerifyElfHeader() 196 DL_ERR("\"%s\" has unknown ELF class: %d", name_, elf_class); in VerifyElfHeader() 203 DL_ERR("\"%s\" not little-endian: %d", name_, header_.e_ident[EI_DATA]); in VerifyElfHeader() 208 DL_ERR("\"%s\" has unexpected e_type: %d", name_, header_.e_type); in VerifyElfHeader() 213 DL_ERR("\"%s\" has unexpected e_version: %d", name_, header_.e_version); in VerifyElfHeader() [all …]
|
D | linker_mips.cpp | 87 DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...", sym_name, get_soname()); in relocate() 103 DL_ERR("Unexpected compound relocation type:%d type2:%d type3:%d @ %p (%zu)", in relocate() 120 DL_ERR("unknown reloc type %d @ %p (%zu)", type, rel, idx); in relocate() 174 DL_ERR("%s: invalid symbol \"%s\" (PROTECTED/UNDEFINED) ", get_soname(), sym_name); in mips_relocate_got() 180 DL_ERR("%s: invalid symbol \"%s\" visibility: 0x%x", get_soname(), sym_name, st_visibility); in mips_relocate_got() 187 DL_ERR("%s: cannot locate \"%s\"...", get_soname(), sym_name); in mips_relocate_got()
|
D | linker.cpp | 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() [all …]
|
D | linker_reloc_iterators.h | 126 DL_ERR("unexpected r_addend in android.rel section"); in read_group_fields()
|
D | linker.h | 45 #define DL_ERR(fmt, x...) \ macro
|