Searched refs:timestamp (Results 1 – 25 of 97) sorted by relevance
1234
/toolchain/binutils/binutils-2.25/binutils/ |
D | stamp-h.in | 1 timestamp
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | stamp-h.in | 1 timestamp
|
/toolchain/binutils/binutils-2.25/gas/ |
D | stamp-h.in | 1 timestamp
|
D | listing.c | 1326 struct tm * timestamp; in print_timestamp() local 1330 timestamp = localtime (&now); in print_timestamp() 1331 strftime (stampstr, MAX_DATELEN, "%Y-%m-%dT%H:%M:%S.000%z", timestamp); in print_timestamp()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | stamp-h.in | 1 timestamp
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | stamp-h.in | 1 timestamp
|
D | pef.h | 32 unsigned long timestamp; member
|
D | mach-o.h | 432 unsigned long timestamp; /* Library's build time stamp. */ member
|
D | libcoff-in.h | 103 long timestamp; member
|
D | libcoff.h | 107 long timestamp; member
|
D | mach-o.c | 654 ody->timestamp = idy->timestamp; in bfd_mach_o_bfd_copy_private_header_data() 1165 bfd_h_put_32 (abfd, cmd->timestamp, raw.timestamp); in bfd_mach_o_write_dylib() 3778 cmd->timestamp = bfd_h_get_32 (abfd, raw.timestamp); in bfd_mach_o_read_dylib()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | stamp-h.in | 1 timestamp
|
D | ChangeLog-2013 | 62 * pe-dll.c (fill_edata): Only use a real timestamp if 63 --insert-timestamp was used. 64 * emultempl/pe.em: Add the --insert-timestamp option. 66 * ld.texinfo: Document the --insert-timestamp option.
|
D | NEWS | 6 the inclusion of a timestamp in a PE binary, use the --no-insert-timestamp
|
/toolchain/binutils/binutils-2.25/ |
D | config.sub | 5 timestamp='2014-09-26' 69 GNU config.sub ($timestamp) 83 echo "$timestamp" ; exit ;;
|
D | config.guess | 5 timestamp='2014-11-04' 50 GNU config.guess ($timestamp) 65 echo "$timestamp" ; exit ;; 1378 This script, last modified $timestamp, has failed to recognize 1391 config.guess timestamp = $timestamp
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
D | external.h | 200 unsigned char timestamp[4]; member
|
/toolchain/binutils/binutils-2.25/gold/po/ |
D | Make-in | 109 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | Make-in | 109 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
D | Make-in | 109 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
|
/toolchain/binutils/binutils-2.25/gprof/po/ |
D | Make-in | 109 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
|
/toolchain/binutils/binutils-2.25/ld/po/ |
D | Make-in | 109 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
|
/toolchain/binutils/binutils-2.25/gas/po/ |
D | Make-in | 109 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | Make-in | 123 cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | pep.em | 327 {"insert-timestamp", no_argument, NULL, OPTION_INSERT_TIMESTAMP}, 328 {"no-insert-timestamp", no_argument, NULL, OPTION_NO_INSERT_TIMESTAMP}, 416 …fprintf (file, _(" --[no-]insert-timestamp Use a real timestamp rather than zero. (def…
|
1234