Home
last modified time | relevance | path

Searched refs:DL_WARN (Results 1 – 8 of 8) sorted by relevance

/bionic/linker/
Dlinker_utils.cpp216 DL_WARN("Warning: \"%s\" is not a directory (excluding from path)", resolved_path); in resolve_paths()
220 DL_WARN("Warning: cannot stat file \"%s\": %s", resolved_path, strerror(errno)); in resolve_paths()
230 DL_WARN("Warning: unable to normalize \"%s\"", original_path); in resolve_paths()
236 DL_WARN("Warning: unable to resolve \"%s\": %s", zip_path.c_str(), strerror(errno)); in resolve_paths()
Dlinker_namespaces.cpp65 DL_WARN("invalid soinfo version for \"%s\"", si->get_soname()); in is_accessible()
Dlinker_globals.h45 #define DL_WARN(fmt, x...) \ macro
Dlinker_config.cpp182 DL_WARN("error parsing %s:%zd: %s (ignoring this line)", in parse_config_file()
195 DL_WARN("error parsing %s:%zd: unexpected property name \"%s\", " in parse_config_file()
209 DL_WARN("error parsing %s:%zd: property value is empty (ignoring this line)", in parse_config_file()
256 DL_WARN("%s:%zd: warning: property \"%s\" redefinition", in parse_config_file()
266 DL_WARN("error parsing %s:%zd: %s (ignoring this line)", in parse_config_file()
Dlinker_phdr.cpp258 DL_WARN("\"%s\" has unsupported e_shentsize: 0x%x (expected 0x%zx)", in VerifyElfHeader()
270 DL_WARN("\"%s\" has invalid e_shstrndx", name_.c_str()); in VerifyElfHeader()
385 DL_WARN("\"%s\" .dynamic section has invalid offset: 0x%zx, " in ReadDynamicSection()
402 DL_WARN("\"%s\" .dynamic section has invalid size: 0x%zx, " in ReadDynamicSection()
644 DL_WARN("\"%s\": W + E load segments are not allowed", name_.c_str()); in LoadSegments()
Dlinker_mips.cpp321 DL_WARN("Using FRE=1 mode to run \"%s\"", get_realpath()); in mips_check_and_adjust_fp_modes()
Dlinker.cpp1098 DL_WARN("library \"%s\" has invalid DT_NEEDED entry \"%s\"", sopath, dt_needed); in fix_dt_needed()
1215DL_WARN("library \"%s\" (\"%s\") needed or dlopened by \"%s\" is not accessible for the namespace … in load_library()
3129DL_WARN("\"%s\" has unsupported flags DT_FLAGS_1=%p", get_realpath(), reinterpret_cast<void*>(d->d… in prelink_image()
3196 DL_WARN("\"%s\" unused DT entry: type %p arg %p", get_realpath(), in prelink_image()
3254 DL_WARN("%s: is missing DT_SONAME will use basename as a replacement: \"%s\"", in prelink_image()
3288 DL_WARN("\"%s\" has text relocations. This is wasting memory and prevents " in link_image()
3454 DL_WARN("error reading config file \"%s\" for \"%s\" (will use default configuration): %s", in init_default_namespace()
Dlinker_soinfo.cpp153 DL_WARN("unexpected ST_BIND value: %d for \"%s\" in \"%s\"", in is_symbol_global_and_defined()