Home
last modified time | relevance | path

Searched refs:bfd_name_ (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dfreebsd.h44 bfd_name_(bfd_name), freebsd_bfd_name_(freebsd_bfd_name) in Target_selector_freebsd()
63 if (strcmp(name, this->bfd_name_) == 0) in do_recognize_by_bfd_name()
79 names->push_back(this->bfd_name_); in do_supported_bfd_names()
91 : this->bfd_name_); in do_target_bfd_name()
96 const char* bfd_name_;
Dnacl.h100 bfd_name_(bfd_name), emulation_(emulation) in Target_selector_nacl()
126 gold_assert(this->bfd_name_ != NULL); in do_recognize_by_bfd_name()
127 this->is_nacl_ = strcmp(name, this->bfd_name_) == 0; in do_recognize_by_bfd_name()
136 gold_assert(this->bfd_name_ != NULL); in do_supported_bfd_names()
138 names->push_back(this->bfd_name_); in do_supported_bfd_names()
155 ? this->bfd_name_ in do_target_bfd_name()
236 const char* const bfd_name_; variable
Dtarget-select.h136 { return this->bfd_name_; } in bfd_name()
182 gold_assert(this->bfd_name_ != NULL); in do_supported_bfd_names()
183 names->push_back(this->bfd_name_); in do_supported_bfd_names()
231 const char* const bfd_name_; variable
Dtarget-select.cc60 bfd_name_(bfd_name), emulation_(emulation), instantiated_target_(NULL), in Target_selector()
DChangeLog16549 fields const. Add bfd_name_ and instantiated_target_ fields.