Home | History | Annotate | Download | only in gold

Lines Matching refs:Input_file

869 // Class Input_file.
873 Input_file::Input_file(const char* name)
883 Input_file::Input_file(const Task* task, const char* name,
897 Input_file::options() const
905 Input_file::name() const
913 Input_file::is_in_system_directory() const
923 Input_file::just_symbols() const
932 Input_file::will_search_for() const
962 Input_file::try_extra_search_path(int* pindex,
994 Input_file::find_file(const Dirsearch& dirpath, int* pindex,
1039 if (Input_file::try_extra_search_path(pindex, input_argument, *n,
1085 Input_file::open(const Dirsearch& dirpath, const Task* task, int* pindex)
1088 if (!Input_file::find_file(dirpath, pindex, this->input_argument_,
1123 Input_file::open_binary(const Task* task, const std::string& name)