Searched refs:timebuf (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | bucomm.c | 427 char timebuf[40]; in print_arelt_descr() local 433 sprintf (timebuf, "%.12s %.4s", ctime_result + 4, ctime_result + 20); in print_arelt_descr() 441 size, timebuf); in print_arelt_descr()
|
D | readelf.c | 8021 char timebuf[20]; in dynamic_section_mips_val() local 8026 snprintf (timebuf, sizeof (timebuf), "%04u-%02u-%02uT%02u:%02u:%02u", in dynamic_section_mips_val() 8029 printf (_("Time Stamp: %s"), timebuf); in dynamic_section_mips_val() 13386 char timebuf[20]; in process_mips_specific() local 13396 snprintf (timebuf, sizeof (timebuf), in process_mips_specific() 13406 printf (" %s %#10lx %-7ld", timebuf, liblist.l_checksum, in process_mips_specific() 14010 char timebuf[20]; in process_gnu_liblist() local 14020 snprintf (timebuf, sizeof (timebuf), in process_gnu_liblist() 14032 printf (" %s %#010lx %-7ld %-7ld\n", timebuf, liblist.l_checksum, in process_gnu_liblist()
|