Home
last modified time | relevance | path

Searched refs:symbol_definitions_ (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dscript.h569 Unordered_set<std::string> symbol_definitions_; variable
H A Dscript.cc1096 : entry_(), symbol_assignments_(), symbol_definitions_(), in Script_options()
1163 this->symbol_definitions_.insert(n); in add_symbol_assignment()
1187 if (this->symbol_definitions_.find(n) == this->symbol_definitions_.end()) in add_symbol_reference()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript.h550 Unordered_set<std::string> symbol_definitions_; variable
H A Dscript.cc1089 : entry_(), symbol_assignments_(), symbol_definitions_(), in Script_options()
1133 this->symbol_definitions_.insert(n); in add_symbol_assignment()
1157 if (this->symbol_definitions_.find(n) == this->symbol_definitions_.end()) in add_symbol_reference()