HomeSort by relevance Sort by last modified time
    Searched refs:emulation_ (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
target-select.h 143 { return this->emulation_; }
187 // know that the name matches (or that the emulation_ field is
200 gold_assert(this->emulation_ != NULL);
201 emulations->push_back(this->emulation_);
233 const char* const emulation_; member in class:gold::Target_selector
nacl.h 100 bfd_name_(bfd_name), emulation_(emulation)
144 gold_assert(this->emulation_ != NULL);
146 emulations->push_back(this->emulation_);
238 const char* const emulation_; member in class:gold::Target_selector_nacl
target-select.cc 60 bfd_name_(bfd_name), emulation_(emulation), instantiated_target_(NULL),

Completed in 208 milliseconds