Home
last modified time | relevance | path

Searched refs:namespaces (Results 1 – 6 of 6) sorted by relevance

/bionic/linker/
Dld.config.format.md22 Every section starts with `[section_name]` (which is used in mappings) and it defines namespaces
28 # The following line maps section to a dir. Binaries ran from this location will use namespaces
41 # This property can be used to declare additional namespaces. Note that there is always the default
44 additional.namespaces = ns1
65 # This declares linked namespaces - comma separated list.
Dlinker_main.h67 std::vector<android_namespace_t*>* namespaces = nullptr);
Dlinker.cpp1542 std::vector<android_namespace_t*>* namespaces) { in find_libraries() argument
1695 if (namespaces != nullptr) { in find_libraries()
1696 for (auto linked_ns : *namespaces) { in find_libraries()
3352 std::vector<android_namespace_t*> namespaces; in init_default_namespace_no_config() local
3353 namespaces.push_back(&g_default_namespace); in init_default_namespace_no_config()
3354 return namespaces; in init_default_namespace_no_config()
3467 std::unordered_map<std::string, android_namespace_t*> namespaces; in init_default_namespaces() local
3476 namespaces[default_ns_config->name()] = &g_default_namespace; in init_default_namespaces()
3484 if (namespaces.find(ns_config->name()) != namespaces.end()) { in init_default_namespaces()
3495 namespaces[ns_config->name()] = ns; in init_default_namespaces()
[all …]
Dlinker_main.cpp420 std::vector<android_namespace_t*> namespaces = init_default_namespaces(exe_info.path.c_str()); in linker_main() local
427 for (auto linked_ns : namespaces) { in linker_main()
464 &namespaces)) { in linker_main()
/bionic/tests/libs/
DAndroid.bp306 // Build test helper libraries for linker namespaces
308 // This set of libraries is used to verify linker namespaces.
311 // 1. Check that private libraries loaded in different namespaces are
313 // 2. Check that public libraries loaded in different namespaces are shared
368 // Build test helper libraries for linker namespaces for allow all shared libs
370 // This set of libraries is used to verify linker namespaces for allow all
420 // Build test helper libraries for linker namespaces
422 // This set of libraries is to test isolated namespaces
424 // Isolated namespaces do not allow loading of the library outside of
/bionic/libc/kernel/uapi/linux/
Dperf_event.h203 …omm_exec : 1, use_clockid : 1, context_switch : 1, write_backward : 1, namespaces : 1, ksymbol : 1… member