Searched refs:emulation_ (Results 1 – 4 of 4) sorted by relevance
143 { return this->emulation_; } in emulation()200 gold_assert(this->emulation_ != NULL); in do_supported_emulations()201 emulations->push_back(this->emulation_); in do_supported_emulations()233 const char* const emulation_; variable
100 bfd_name_(bfd_name), emulation_(emulation) in Target_selector_nacl()144 gold_assert(this->emulation_ != NULL); in do_supported_emulations()146 emulations->push_back(this->emulation_); in do_supported_emulations()238 const char* const emulation_; variable
60 bfd_name_(bfd_name), emulation_(emulation), instantiated_target_(NULL), in Target_selector()
5382 * target-select.h (class Target_selector): Add emulation_ field.