Searched refs:ld_config_file_path (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/bionic/linker/ |
H A D | linker_config.cpp | 179 static bool parse_config_file(const char* ld_config_file_path, in parse_config_file() argument 184 if (!android::base::ReadFileToString(ld_config_file_path, &content)) { in parse_config_file() 187 ld_config_file_path + "\": " + strerror(errno); in parse_config_file() 204 ld_config_file_path, in parse_config_file() 218 ld_config_file_path, in parse_config_file() 231 ld_config_file_path, in parse_config_file() 255 ld_config_file_path, cp.lineno(), value.c_str()); in parse_config_file() 281 *error_msg = create_error_msg(ld_config_file_path, in parse_config_file() 303 ld_config_file_path, in parse_config_file() 312 ld_config_file_path, in parse_config_file() [all …]
|
H A D | linker_config.h | 166 static bool read_binary_config(const char* ld_config_file_path,
|
H A D | linker.cpp | 3658 std::string ld_config_file_path = get_ld_config_file_path(executable_path); in init_default_namespaces() local 3659 LD_DEBUG(any, "[ Reading linker config \"%s\" ]", ld_config_file_path.c_str()); in init_default_namespaces() 3660 ScopedTrace trace(("linker config " + ld_config_file_path).c_str()); in init_default_namespaces() 3662 …if (!Config::read_binary_config(ld_config_file_path.c_str(), executable_path, g_is_asan, g_is_hwas… in init_default_namespaces() 3666 ld_config_file_path.c_str(), executable_path, error_msg.c_str()); in init_default_namespaces()
|