Home | History | Annotate | Download | only in linker

Lines Matching full:soinfo_alloc

375 static soinfo* soinfo_alloc(android_namespace_t* ns, const char* name,
1787 soinfo* si = soinfo_alloc(ns, realpath.c_str(), &file_stat, file_offset, rtld_flags);
4098 soinfo* si = soinfo_alloc(&g_default_namespace, "[vdso]", nullptr, 0, 0);
4235 soinfo* si = soinfo_alloc(&g_default_namespace, executable_path, &file_stat, 0, RTLD_GLOBAL);