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

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript.h340 provide_(provide), hidden_(hidden), sym_(NULL)
402 bool hidden_; member in class:gold::Symbol_assignment
H A Dscript.cc909 elfcpp::STV vis = this->hidden_ ? elfcpp::STV_HIDDEN : elfcpp::STV_DEFAULT;
1056 if (this->provide_ && this->hidden_)
1060 else if (this->hidden_)
1066 if (this->provide_ || this->hidden_)
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript.h340 provide_(provide), hidden_(hidden), sym_(NULL)
402 bool hidden_; member in class:gold::Symbol_assignment
H A Dscript.cc909 elfcpp::STV vis = this->hidden_ ? elfcpp::STV_HIDDEN : elfcpp::STV_DEFAULT;
1056 if (this->provide_ && this->hidden_)
1060 else if (this->hidden_)
1066 if (this->provide_ || this->hidden_)
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript.h340 provide_(provide), hidden_(hidden), sym_(NULL)
402 bool hidden_; member in class:gold::Symbol_assignment
H A Dscript.cc909 elfcpp::STV vis = this->hidden_ ? elfcpp::STV_HIDDEN : elfcpp::STV_DEFAULT;
1056 if (this->provide_ && this->hidden_)
1060 else if (this->hidden_)
1066 if (this->provide_ || this->hidden_)

Completed in 387 milliseconds