OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [dirsearch.h] - Diff between revs 27 and 166

Show entire file | Details | Blame | View Log

Rev 27 Rev 166
Line 65... Line 65...
  // Return the blocker token which controls access.
  // Return the blocker token which controls access.
  Task_token*
  Task_token*
  token()
  token()
  { return &this->token_; }
  { return &this->token_; }
 
 
 
  // Search for a file in a directory list.  This is a low-level function and
 
  // therefore can be used before options and parameters are set.
 
  static std::string
 
  find_file_in_dir_list(const std::string& name,
 
                        const General_options::Dir_list& directories,
 
                        const std::string& extra_search_dir);
 
 
 private:
 private:
  // We can not copy this class.
  // We can not copy this class.
  Dirsearch(const Dirsearch&);
  Dirsearch(const Dirsearch&);
  Dirsearch& operator=(const Dirsearch&);
  Dirsearch& operator=(const Dirsearch&);
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.