HomeSort by relevance Sort by last modified time
    Searched refs:DL_ERR (Results 1 - 6 of 6) sorted by null

  /bionic/linker/
linker_globals.h 39 #define DL_ERR(fmt, x...) \
56 DL_ERR(fmt, x); \
linker_mips.cpp 94 DL_ERR("cannot locate symbol \"%s\" referenced by \"%s\"...",
111 DL_ERR("Unexpected compound relocation type:%d type2:%d type3:%d @ %p (%zu)",
128 DL_ERR("unknown reloc type %d @ %p (%zu)", type, rel, idx);
181 DL_ERR("%s: invalid symbol \"%s\" (PROTECTED/UNDEFINED) ",
188 DL_ERR("%s: invalid symbol \"%s\" visibility: 0x%x",
196 DL_ERR("%s: cannot locate \"%s\"...", get_realpath(), sym_name);
251 DL_ERR("Corrupt PT_MIPS_ABIFLAGS header found \"%s\"", get_realpath());
271 DL_ERR("Unsupported odd-single-prec FloatPt reg uses in \"%s\"",
282 DL_ERR("Unsupported MIPS32 FloatPt ABI %d found in \"%s\"",
318 DL_ERR("Kernel or cpu failed to set FRE mode required for running \"%s\""
    [all...]
linker_phdr.cpp 193 DL_ERR("can't read file \"%s\": %s", name_.c_str(), strerror(errno));
198 DL_ERR("\"%s\" is too small to be an ELF executable: only found %zd bytes", name_.c_str(),
216 DL_ERR("\"%s\" has bad ELF magic", name_.c_str());
226 DL_ERR("\"%s\" is 32-bit instead of 64-bit", name_.c_str());
228 DL_ERR("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class);
235 DL_ERR("\"%s\" is 64-bit instead of 32-bit", name_.c_str());
237 DL_ERR("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class);
244 DL_ERR("\"%s\" not little-endian: %d", name_.c_str(), header_.e_ident[EI_DATA]);
249 DL_ERR("\"%s\" has unexpected e_type: %d", name_.c_str(), header_.e_type);
254 DL_ERR("\"%s\" has unexpected e_version: %d", name_.c_str(), header_.e_version)
    [all...]
linker.cpp     [all...]
linker_reloc_iterators.h 137 DL_ERR("unexpected r_addend in android.rel section");
linker_cfi.cpp 181 DL_ERR("__cfi_check in not a Thumb function in the library \"%s\"", si->get_soname());
187 DL_ERR("unaligned __cfi_check in the library \"%s\"", si->get_soname());
199 DL_ERR("CFI could not find libdl");

Completed in 74 milliseconds