Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_mips.cpp94 DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...", in relocate()
111 DL_ERR("Unexpected compound relocation type:%d type2:%d type3:%d @ %p (%zu)", in relocate()
128 DL_ERR("unknown reloc type %d @ %p (%zu)", type, rel, idx); in relocate()
182 DL_ERR("%s: invalid symbol \"%s\" (PROTECTED/UNDEFINED) ", in mips_relocate_got()
189 DL_ERR("%s: invalid symbol \"%s\" visibility: 0x%x", in mips_relocate_got()
197 DL_ERR("%s: cannot locate \"%s\"...", get_realpath(), sym_name); in mips_relocate_got()
251 DL_ERR("Corrupt PT_MIPS_ABIFLAGS header found \"%s\"", get_realpath()); in mips_check_and_adjust_fp_modes()
271 DL_ERR("Unsupported odd-single-prec FloatPt reg uses in \"%s\"", in mips_check_and_adjust_fp_modes()
281 DL_ERR("Unsupported MIPS32 FloatPt ABI %d found in \"%s\"", in mips_check_and_adjust_fp_modes()
317 DL_ERR("Kernel or cpu failed to set FRE mode required for running \"%s\"", in mips_check_and_adjust_fp_modes()
Dlinker_globals.h39 #define DL_ERR(fmt, x...) \ macro
55 DL_ERR(fmt, x); \
Dlinker_phdr.cpp190 DL_ERR("can't read file \"%s\": %s", name_.c_str(), strerror(errno)); in ReadElfHeader()
195 DL_ERR("\"%s\" is too small to be an ELF executable: only found %zd bytes", name_.c_str(), in ReadElfHeader()
204 DL_ERR("\"%s\" has bad ELF magic", name_.c_str()); in VerifyElfHeader()
214 DL_ERR("\"%s\" is 32-bit instead of 64-bit", name_.c_str()); in VerifyElfHeader()
216 DL_ERR("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class); in VerifyElfHeader()
223 DL_ERR("\"%s\" is 64-bit instead of 32-bit", name_.c_str()); in VerifyElfHeader()
225 DL_ERR("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class); in VerifyElfHeader()
232 DL_ERR("\"%s\" not little-endian: %d", name_.c_str(), header_.e_ident[EI_DATA]); in VerifyElfHeader()
237 DL_ERR("\"%s\" has unexpected e_type: %d", name_.c_str(), header_.e_type); in VerifyElfHeader()
242 DL_ERR("\"%s\" has unexpected e_version: %d", name_.c_str(), header_.e_version); in VerifyElfHeader()
[all …]
Dlinker.cpp283 DL_ERR("library name \"%s\" too long", name); in soinfo_alloc()
1159 DL_ERR("file offset for the library \"%s\" is not page-aligned: %" PRId64, name, file_offset); in load_library()
1163 DL_ERR("file offset for the library \"%s\" is negative: %" PRId64, name, file_offset); in load_library()
1169 DL_ERR("unable to stat file for the library \"%s\": %s", name, strerror(errno)); in load_library()
1173 DL_ERR("file offset for the library \"%s\" >= file size: %" PRId64 " >= %" PRId64, in load_library()
1191 DL_ERR("library \"%s\" wasn't loaded and RTLD_NOLOAD prevented it", name); in load_library()
1197 DL_ERR("unable to fstatfs file for the library \"%s\": %s", name, strerror(errno)); in load_library()
1227DL_ERR("library \"%s\" needed or dlopened by \"%s\" is not accessible for the namespace \"%s\"", in load_library()
1313 DL_ERR("library \"%s\" not found", name); in load_library()
1922 DL_ERR("invalid flags to dlopen: %x", flags); in do_dlopen()
[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()
Dlinker_reloc_iterators.h138 DL_ERR("unexpected r_addend in android.rel section"); in read_group_fields()