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

/bionic/linker/
H A Dlinker.cpp287 static soinfo* soinfo_alloc(const char* name, struct stat* file_stat) { function
787 soinfo* si = soinfo_alloc(SEARCH_NAME(name), &file_stat);
2044 soinfo* si = soinfo_alloc("[vdso]", NULL);
2065 * Don't use soinfo_alloc(), because the linker shouldn't
2139 soinfo* si = soinfo_alloc(args.argv[0], NULL);

Completed in 56 milliseconds