Searched refs:ld_config_file_path (Results 1 – 3 of 3) sorted by relevance
/aosp12/bionic/linker/ |
H A D | linker_config.cpp | 207 ld_config_file_path, in parse_config_file() 221 ld_config_file_path, in parse_config_file() 234 ld_config_file_path, in parse_config_file() 258 ld_config_file_path, in parse_config_file() 287 *error_msg = create_error_msg(ld_config_file_path, in parse_config_file() 309 ld_config_file_path, in parse_config_file() 318 ld_config_file_path, in parse_config_file() 335 ld_config_file_path, in parse_config_file() 344 ld_config_file_path, in parse_config_file() 529 *error_msg = create_error_msg(ld_config_file_path, in read_binary_config() [all …]
|
H A D | linker_config.h | 166 static bool read_binary_config(const char* ld_config_file_path,
|
H A D | linker.cpp | 3457 std::string ld_config_file_path = get_ld_config_file_path(executable_path); in init_default_namespaces() local 3458 INFO("[ Reading linker config \"%s\" ]", ld_config_file_path.c_str()); in init_default_namespaces() 3459 ScopedTrace trace(("linker config " + ld_config_file_path).c_str()); in init_default_namespaces() 3461 if (!Config::read_binary_config(ld_config_file_path.c_str(), executable_path, g_is_asan, in init_default_namespaces() 3465 ld_config_file_path.c_str(), executable_path, error_msg.c_str()); in init_default_namespaces()
|