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

/bionic/linker/
H A Dlinker_main.h48 soinfo* soinfo_alloc(android_namespace_t* ns, const char* name,
H A Dlinker_main.cpp145 soinfo* si = soinfo_alloc(&g_default_namespace, "[vdso]", nullptr, 0, 0);
274 soinfo* si = soinfo_alloc(&g_default_namespace, executable_path, &file_stat, 0, RTLD_GLOBAL);
H A Dlinker.cpp279 soinfo* soinfo_alloc(android_namespace_t* ns, const char* name, function
1246 soinfo* si = soinfo_alloc(ns, realpath.c_str(), &file_stat, file_offset, rtld_flags);

Completed in 1892 milliseconds