Home | History | Annotate | Download | only in gold

Lines Matching refs:visibility_

234   { return this->visibility_; }
239 { this->visibility_ = visibility; }
571 return ((this->visibility_ == elfcpp::STV_DEFAULT
572 || this->visibility_ == elfcpp::STV_PROTECTED)
591 if (this->visibility_ != elfcpp::STV_DEFAULT)
1010 elfcpp::STV visibility_ : 2;