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