Home
last modified time | relevance | path

Searched refs:ld_config_file_path (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/linker/
H A Dlinker_config.cpp207 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 Dlinker_config.h166 static bool read_binary_config(const char* ld_config_file_path,
H A Dlinker.cpp3457 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()