Searched refs:preserve_dates (Results 1 – 6 of 6) sorted by relevance
138 smart_rename (const char *from, const char *to, int preserve_dates ATTRIBUTE_UNUSED) in smart_rename()205 if (preserve_dates) in smart_rename()
96 static bfd_boolean preserve_dates; /* Preserve input file timestamp. */ variable2617 if (preserve_dates) in copy_archive()2684 if (preserve_dates && stat_status == 0) in copy_archive()3619 preserve_dates = TRUE; in strip_main()3699 if (preserve_dates) in strip_main()3722 if (preserve_dates) in strip_main()3727 preserve_dates) != 0); in strip_main()4057 preserve_dates = TRUE; in copy_main()4700 if (preserve_dates) in copy_main()4720 if (preserve_dates) in copy_main()[all …]
79 int preserve_dates = 0; variable529 preserve_dates = 1; in decode_options()1118 if (preserve_dates) in extract_file()
1683 * objcopy.c (preserve_dates): New file static variable.1684 (smart_rename): If preserve_dates, call set_times when copying.1685 (strip_main): Remove preserve_dates local variable.
544 (smart_rename): Mark the preserve_dates parameter as possibly
147 (strip_main): If preserve_dates, stat the input file before