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

  /toolchain/binutils/binutils-2.27/gold/
readsyms.cc 142 && this->dirpath_->token()->is_blocked())
143 return this->dirpath_->token();
203 this->dirpath_, this->dirindex_,
248 this->dirpath_, this->dirindex_,
276 if (!input_file->open(*this->dirpath_, this, &this->dirindex_))
304 this->dirpath_, this);
313 this->dirpath_,
368 this->dirpath_,
427 this->dirpath_,
448 this->dirpath_,
    [all...]
plugin.h 136 symtab_(NULL), layout_(NULL), dirpath_(NULL), mapfile_(NULL),
377 Dirsearch* dirpath_; member in class:gold::Plugin_manager
579 dirpath_(dirpath), mapfile_(mapfile),
604 Dirsearch* dirpath_; member in class:gold::Plugin_hook
readsyms.h 65 dirpath_(dirpath), dirindex_(dirindex), mapfile_(mapfile),
119 Dirsearch* dirpath_; member in class:gold::Read_symbols
452 : symtab_(symtab), layout_(layout), dirpath_(dirpath), dirindex_(dirindex),
478 Dirsearch* dirpath_; member in class:gold::Read_script
archive.h 407 Dirsearch* dirpath_; member in class:gold::Archive
430 dirpath_(dirpath), dirindex_(dirindex), mapfile_(mapfile),
461 Dirsearch* dirpath_; member in class:gold::Add_archive_symbols
archive.cc 203 nested_archives_(), dirpath_(dirpath), num_members_(0),
641 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy))
643 arch = new Archive(*member_name, *input_file, false, this->dirpath_,
662 if (!(*input_file)->open(*this->dirpath_, this->task_, &dummy))
    [all...]
plugin.cc 565 this->dirpath_ = dirpath;
895 this->dirpath_,
    [all...]

Completed in 84 milliseconds