Searched refs:DL_WARN (Results 1 – 8 of 8) sorted by relevance
/bionic/linker/ |
D | linker_utils.cpp | 213 DL_WARN("Warning: cannot stat file \"%s\": %s (ignoring)", resolved_path, strerror(errno)); in resolve_paths() 217 DL_WARN("Warning: \"%s\" is not a directory (ignoring)", resolved_path); in resolve_paths() 224 DL_WARN("Warning: unable to normalize \"%s\" (ignoring)", original_path); in resolve_paths() 232 DL_WARN("Warning: unable to resolve \"%s\": %s (ignoring)", in resolve_paths()
|
D | linker_globals.cpp | 66 DL_WARN("%s", result.c_str()); in DL_WARN_documented_change()
|
D | linker_globals.h | 44 #define DL_WARN(fmt, x...) \ macro
|
D | linker_config.cpp | 206 DL_WARN("%s:%zd: warning: couldn't parse %s (ignoring this line)", in parse_config_file() 219 DL_WARN("%s:%zd: warning: unexpected property name \"%s\", " in parse_config_file() 233 DL_WARN("%s:%zd: warning: property value is empty (ignoring this line)", in parse_config_file() 308 DL_WARN("%s:%zd: warning: redefining property \"%s\" (overriding previous value)", in parse_config_file() 317 DL_WARN("%s:%zd: warning: appending to undefined property \"%s\" (treating as assignment)", in parse_config_file() 332 DL_WARN("%s:%zd: warning: += isn't allowed for property \"%s\" (ignoring)", in parse_config_file() 341 DL_WARN("%s:%zd: warning: couldn't parse %s (ignoring this line)", in parse_config_file()
|
D | linker_namespaces.cpp | 75 DL_WARN("Warning: invalid soinfo version for \"%s\" (assuming inaccessible)", in is_accessible()
|
D | linker_mips.cpp | 322 DL_WARN("Using FRE=1 mode to run \"%s\"", get_realpath()); in mips_check_and_adjust_fp_modes()
|
D | linker_soinfo.cpp | 162 DL_WARN("Warning: unexpected ST_BIND value: %d for \"%s\" in \"%s\" (ignoring)", in is_symbol_global_and_defined()
|
D | linker.cpp | 3713 DL_WARN("Warning: \"%s\" has unsupported flags DT_FLAGS_1=%p " in prelink_image() 3800 DL_WARN("Warning: \"%s\" unused DT entry: %s (type %p arg %p) (ignoring)", in prelink_image() 4100 DL_WARN("Warning: couldn't read config file \"%s\" for \"%s\"", in get_ld_config_file_path() 4143 DL_WARN("Warning: couldn't read \"%s\" for \"%s\" (using default configuration instead): %s", in init_default_namespaces()
|