Searched refs:ld_config_file_path (Results 1 – 3 of 3) sorted by relevance
/bionic/linker/ |
D | linker_config.cpp | 182 static bool parse_config_file(const char* ld_config_file_path, in parse_config_file() argument 187 if (!android::base::ReadFileToString(ld_config_file_path, &content)) { in parse_config_file() 190 ld_config_file_path + "\": " + strerror(errno); in parse_config_file() 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() [all …]
|
D | linker_config.h | 167 static bool read_binary_config(const char* ld_config_file_path,
|
D | linker.cpp | 3445 std::string ld_config_file_path = get_ld_config_file_path(executable_path); in init_default_namespaces() local 3447 INFO("[ Reading linker config \"%s\" ]", ld_config_file_path.c_str()); in init_default_namespaces() 3448 if (!Config::read_binary_config(ld_config_file_path.c_str(), in init_default_namespaces() 3455 ld_config_file_path.c_str(), in init_default_namespaces()
|