OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:forwarders_
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/
symtab.cc
566
forwarders_
(), commons_(), tls_commons_(), small_commons_(),
678
this->
forwarders_
[from] = to;
689
this->
forwarders_
.find(from);
690
gold_assert(p != this->
forwarders_
.end());
909
// object file as a forwarder, and record it in the
forwarders_
map.
[
all
...]
symtab.h
1022
// It forwards to the symbol found in the
forwarders_
map of
1914
Unordered_map<const Symbol*, Symbol*>
forwarders_
;
member in class:gold::Symbol_table
[
all
...]
Completed in 462 milliseconds