Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dtarget-select.h143 { 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
Dnacl.h100 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
Dtarget-select.cc60 bfd_name_(bfd_name), emulation_(emulation), instantiated_target_(NULL), in Target_selector()
DChangeLog5382 * target-select.h (class Target_selector): Add emulation_ field.