Home
last modified time | relevance | path

Searched refs:get_mtime (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dincremental.h156 get_mtime() const in get_mtime() function
840 get_mtime() const in get_mtime() function
1380 get_mtime() const in get_mtime() function
1722 { return this->reader_.get_mtime(); } in do_get_mtime()
1870 { return this->input_reader_.get_mtime(); } in do_get_mtime()
2081 { return this->input_reader_.get_mtime(); } in do_get_mtime()
2235 { return this->input_reader_->get_mtime(); } in do_get_mtime()
Dfileread.h59 get_mtime(const char* filename, Timespec* mtime);
221 get_mtime();
Darchive.h84 get_mtime() in get_mtime() function
276 { return this->file().get_mtime(); } in do_get_mtime()
Dfileread.cc101 get_mtime(const char* filename, Timespec* mtime) in get_mtime() function
944 File_read::get_mtime() in get_mtime() function in gold::File_read
Dincremental.cc499 Timespec old_mtime = input_file.get_mtime(); in do_file_has_changed()
501 if (!get_mtime(filename, &new_mtime)) in do_file_has_changed()
1021 Timespec mtime = arch->get_mtime(); in report_archive_begin()
1093 Timespec mtime = obj->get_mtime(); in report_object()
1488 const Timespec& mtime = (*p)->get_mtime(); in write_input_files()
Dincremental-dump.cc130 Timespec mtime = input_file.get_mtime(); in dump_incremental_inputs()
Dreadsyms.cc715 Timespec mtime = this->input_reader_->get_mtime(); in run()
Dobject.h483 get_mtime() in get_mtime() function
808 { return this->input_file()->file().get_mtime(); } in do_get_mtime()
Dscript.cc1478 Timespec mtime = input_file->file().get_mtime(); in read_input_script()
DChangeLog6345 * fileread.cc (get_mtime): New function.
6346 * fileread.h (get_mtime): New function.
6620 (Object::get_mtime): New function.
6863 Use Library_base; call library's get_mtime; add incremental inputs
11684 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
13095 * fileread.cc (File_read::get_mtime): New method.
13097 (File_read::get_mtime): New method.