Lines Matching defs:soname
284 string soname;
295 get_soname_of_elf_file(path, soname);
2407 if (e->soname.empty())
2413 // this DSO does not have a soname. so it can not be a
2418 << " does not have a soname so it's private. Skipping it\n";
2436 // soname. So let's *also* consider the full path of the
2438 // soname.
2439 string key = e->soname;
2450 << "DSO " << e->path << " of soname " << key
2459 key += string("/@soname:") + e->soname;
2845 string soname;
2846 get_soname_of_elf_file((*it)->path, soname);
2847 if (!soname.empty())
2848 cout << "SONAME: " << soname;
2865 string soname;
2866 get_soname_of_elf_file((*it)->path, soname);
2867 if (!soname.empty())
2868 cout << "SONAME: " << soname;