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

/bionic/linker/
H A Dlinker.cpp297 static soinfo* soinfo_alloc(const char* name) { function
717 soinfo* si = soinfo_alloc(bname ? bname + 1 : name);
1595 soinfo* si = soinfo_alloc("[vdso]");
1657 soinfo* si = soinfo_alloc(args.argv[0]);
1678 * Don't use soinfo_alloc(), because the linker shouldn't

Completed in 4005 milliseconds