Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.h52 soinfo* soinfo_alloc(android_namespace_t* ns, const char* name,
Dlinker_main.cpp159 soinfo* si = soinfo_alloc(&g_default_namespace, "[vdso]", nullptr, 0, 0); in add_vdso()
359 soinfo* si = soinfo_alloc(&g_default_namespace,
Dlinker.cpp333 soinfo* soinfo_alloc(android_namespace_t* ns, const char* name, in soinfo_alloc() function
1362 soinfo* si = soinfo_alloc(ns, realpath.c_str(), &file_stat, file_offset, rtld_flags); in load_library()