Searched refs:soinfo_alloc (Results 1 – 1 of 1) sorted by relevance
/bionic/linker/ |
D | linker.cpp | 229 static soinfo* soinfo_alloc(const char* name, struct stat* file_stat, in soinfo_alloc() function 1309 soinfo* si = soinfo_alloc(realpath.c_str(), &file_stat, file_offset, rtld_flags); in load_library() 3083 soinfo* si = soinfo_alloc("[vdso]", nullptr, 0, 0); in add_vdso() 3174 soinfo* si = soinfo_alloc(args.argv[0], nullptr, 0, RTLD_GLOBAL);
|