OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DL_ERR
(Results
1 - 5
of
5
) sorted by null
/bionic/linker/
linker_mips.cpp
92
DL_ERR
("cannot locate symbol \"%s\" referenced by \"%s\"...",
109
DL_ERR
("Unexpected compound relocation type:%d type2:%d type3:%d @ %p (%zu)",
126
DL_ERR
("unknown reloc type %d @ %p (%zu)", type, rel, idx);
180
DL_ERR
("%s: invalid symbol \"%s\" (PROTECTED/UNDEFINED) ",
187
DL_ERR
("%s: invalid symbol \"%s\" visibility: 0x%x",
195
DL_ERR
("%s: cannot locate \"%s\"...", get_realpath(), sym_name);
249
DL_ERR
("Corrupt PT_MIPS_ABIFLAGS header found \"%s\"", get_realpath());
277
DL_ERR
("Unsupported odd-single-prec FloatPt reg uses in \"%s\"",
287
DL_ERR
("Unsupported MIPS32 FloatPt ABI %d found in \"%s\"",
323
DL_ERR
("Kernel or cpu failed to set FRE mode required for running \"%s\""
[
all
...]
linker_phdr.cpp
187
DL_ERR
("can't read file \"%s\": %s", name_.c_str(), strerror(errno));
192
DL_ERR
("\"%s\" is too small to be an ELF executable: only found %zd bytes", name_.c_str(),
201
DL_ERR
("\"%s\" has bad ELF magic", name_.c_str());
211
DL_ERR
("\"%s\" is 32-bit instead of 64-bit", name_.c_str());
213
DL_ERR
("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class);
220
DL_ERR
("\"%s\" is 64-bit instead of 32-bit", name_.c_str());
222
DL_ERR
("\"%s\" has unknown ELF class: %d", name_.c_str(), elf_class);
229
DL_ERR
("\"%s\" not little-endian: %d", name_.c_str(), header_.e_ident[EI_DATA]);
234
DL_ERR
("\"%s\" has unexpected e_type: %d", name_.c_str(), header_.e_type);
239
DL_ERR
("\"%s\" has unexpected e_version: %d", name_.c_str(), header_.e_version)
[
all
...]
linker.cpp
379
DL_ERR
("library name \"%s\" too long", name);
424
DL_ERR
("name \"%s\"@%p is not in solist!", si->get_realpath(), si);
674
DL_ERR
("unsupported verdef[%zd] vd_version: %d (expected 1) library: %s",
688
DL_ERR
("invalid verdef[%zd] vd_cnt == 0 (version without a name)", i);
[
all
...]
linker_reloc_iterators.h
126
DL_ERR
("unexpected r_addend in android.rel section");
linker.h
47
#define
DL_ERR
(fmt, x...) \
64
DL_ERR
(fmt, x); \
Completed in 43 milliseconds