Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp228 static soinfo* soinfo_alloc(const char* name, struct stat* file_stat, in soinfo_alloc() function
1301 soinfo* si = soinfo_alloc(realpath.c_str(), &file_stat, file_offset, rtld_flags); in load_library()
3073 soinfo* si = soinfo_alloc("[vdso]", nullptr, 0, 0); in add_vdso()
3164 soinfo* si = soinfo_alloc(args.argv[0], nullptr, 0, RTLD_GLOBAL);