Home | History | Annotate | Download | only in linker

Lines Matching refs:ns_config

4172   for (auto& ns_config : namespace_configs) {
4173 if (namespaces.find(ns_config->name()) != namespaces.end()) {
4178 ns->set_name(ns_config->name());
4179 ns->set_isolated(ns_config->isolated());
4180 ns->set_default_library_paths(ns_config->search_paths());
4181 ns->set_permitted_paths(ns_config->permitted_paths());
4182 ns->set_whitelisted_libs(ns_config->whitelisted_libs());
4184 namespaces[ns_config->name()] = ns;
4185 if (ns_config->visible()) {
4186 g_exported_namespaces[ns_config->name()] = ns;
4191 for (auto& ns_config : namespace_configs) {
4192 auto it_from = namespaces.find(ns_config->name());
4195 for (const NamespaceLinkConfig& ns_link : ns_config->links()) {