Home
last modified time | relevance | path

Searched refs:hidden_ (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dscript.h336 provide_(provide), hidden_(hidden), sym_(NULL) in Symbol_assignment()
390 bool hidden_; variable
Dscript.cc902 elfcpp::STV vis = this->hidden_ ? elfcpp::STV_HIDDEN : elfcpp::STV_DEFAULT; in add_to_table()
1049 if (this->provide_ && this->hidden_) in print()
1053 else if (this->hidden_) in print()
1059 if (this->provide_ || this->hidden_) in print()