Home
last modified time | relevance | path

Searched refs:Timespec (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dfileread.h41 struct Timespec struct
43 Timespec() in Timespec() argument
47 Timespec(time_t a_seconds, int a_nanoseconds) in Timespec() argument
59 get_mtime(const char* filename, Timespec* mtime); argument
220 Timespec
Dincremental.h101 Timespec mtime) in Incremental_input_entry()
155 const Timespec&
249 Timespec mtime_;
308 Timespec mtime) in Incremental_script_entry()
354 unsigned int arg_serial, Timespec mtime) in Incremental_object_entry()
458 unsigned int arg_serial, Timespec mtime) in Incremental_dynobj_entry()
497 unsigned int arg_serial, Timespec mtime) in Incremental_archive_entry()
602 Timespec mtime);
839 Timespec
842 Timespec t; in get_mtime()
[all …]
Darchive.h83 Timespec
148 virtual Timespec
274 Timespec
506 Timespec
508 { return Timespec(0, 0); } in do_get_mtime()
Dfileread.cc101 get_mtime(const char* filename, Timespec* mtime) in get_mtime()
943 Timespec
953 return Timespec(file_stat.st_mtim.tv_sec, file_stat.st_mtim.tv_nsec); in get_mtime()
955 return Timespec(file_stat.st_mtime, 0); in get_mtime()
Dincremental.cc499 Timespec old_mtime = input_file.get_mtime(); in do_file_has_changed()
500 Timespec 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()
1181 Timespec mtime) in report_script()
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.h482 Timespec
806 virtual Timespec
Dlayout.h63 struct Timespec;
Dscript.cc1478 Timespec mtime = input_file->file().get_mtime(); in read_input_script()
DChangeLog8167 * layout.h (struct Timespec): Forward declaration.
13096 * fileread.h (Timespec): New structure.