Home | History | Annotate | Download | only in gold

Lines Matching defs:soname

2901       // See if this is a duplicate SONAME.
2903 const char* soname = dynobj->soname();
2906 this->sonames_.insert(soname);
2909 // We have already seen a dynamic object with this soname.