Searched refs:soinfo_alloc (Results 1 – 1 of 1) sorted by relevance
/bionic/linker/ |
D | linker.cpp | 375 static soinfo* soinfo_alloc(android_namespace_t* ns, const char* name, in soinfo_alloc() function 1787 soinfo* si = soinfo_alloc(ns, realpath.c_str(), &file_stat, file_offset, rtld_flags); in load_library() 4101 soinfo* si = soinfo_alloc(&g_default_namespace, "[vdso]", nullptr, 0, 0); in add_vdso() 4243 soinfo* si = soinfo_alloc(&g_default_namespace, executable_path, &file_stat, 0, RTLD_GLOBAL);
|