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

  /toolchain/binutils/binutils-2.25/gold/
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.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

Completed in 3380 milliseconds