Searched refs:bfd_name_ (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dfreebsd.h44 bfd_name_(bfd_name), freebsd_bfd_name_(freebsd_bfd_name)
63 if (strcmp(name, this->bfd_name_) == 0)
79 names->push_back(this->bfd_name_);
91 : this->bfd_name_);
96 const char* bfd_name_; member in class:gold::Target_selector_freebsd
H A Dtarget-select.h136 { return this->bfd_name_; }
169 // that the name matches (or that the bfd_name_ field is NULL). The
182 gold_assert(this->bfd_name_ != NULL);
183 names->push_back(this->bfd_name_);
231 const char* const bfd_name_; member in class:gold::Target_selector
H A Dnacl.h100 bfd_name_(bfd_name), emulation_(emulation)
126 gold_assert(this->bfd_name_ != NULL);
127 this->is_nacl_ = strcmp(name, this->bfd_name_) == 0;
136 gold_assert(this->bfd_name_ != NULL);
138 names->push_back(this->bfd_name_);
155 ? this->bfd_name_
236 const char* const bfd_name_; member in class:gold::Target_selector_nacl
H A Dtarget-select.cc60 bfd_name_(bfd_name), emulation_(emulation), instantiated_target_(NULL),

Completed in 49 milliseconds