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

  /toolchain/binutils/binutils-2.25/gold/
readsyms.cc 360 this->member_->sd_ = NULL;
415 this->member_->sd_ = sd;
599 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_);
606 gold_assert(this->sd_ != NULL);
607 delete this->sd_;
608 this->sd_ = NULL;
634 this->object_->layout(this->symtab_, this->layout_, this->sd_);
635 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_);
637 delete this->sd_;
638 this->sd_ = NULL
    [all...]
archive.h 51 : obj_(NULL), sd_(NULL), arg_serial_(0)
54 : obj_(obj), sd_(sd), arg_serial_(0)
59 Read_symbols_data* sd_; member in struct:gold::Archive_member
archive.cc 977 Read_symbols_data* sd = p->second.sd_;
    [all...]
readsyms.h 147 sd_(sd), this_blocker_(this_blocker), next_blocker_(next_blocker)
174 Read_symbols_data* sd_; member in class:gold::Add_symbols
object.h 1027 sd_(NULL),
1039 { return this->sd_; }
1052 { this->sd_ = sd; }
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.h 617 sd_(sd),
648 SRegister sd_; // For kLoadFPLiteralSingle. member in class:art::arm::FINAL::Fixup
    [all...]
assembler_thumb2.cc 464 return VldrsEncoding32(sd_, rbase, offset);
    [all...]

Completed in 239 milliseconds