Home
last modified time | relevance | path

Searched refs:timebuf (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dbucomm.c427 char timebuf[40]; in print_arelt_descr() local
434 sprintf (timebuf, _("<time data corrupt>")); in print_arelt_descr()
437 sprintf (timebuf, "%.12s %.4s", ctime_result + 4, ctime_result + 20); in print_arelt_descr()
445 size, timebuf); in print_arelt_descr()
Dreadelf.c8823 char timebuf[128]; in dynamic_section_mips_val() local
8830 snprintf (timebuf, sizeof (timebuf), _("<corrupt>")); in dynamic_section_mips_val()
8832 snprintf (timebuf, sizeof (timebuf), "%04u-%02u-%02uT%02u:%02u:%02u", in dynamic_section_mips_val()
8835 printf (_("Time Stamp: %s"), timebuf); in dynamic_section_mips_val()
14631 char timebuf[128]; in process_mips_specific() local
14641 snprintf (timebuf, sizeof (timebuf), in process_mips_specific()
14651 printf (" %s %#10lx %-7ld", timebuf, liblist.l_checksum, in process_mips_specific()
15285 char timebuf[128]; in process_gnu_liblist() local
15295 snprintf (timebuf, sizeof (timebuf), in process_gnu_liblist()
15307 printf (" %s %#010lx %-7ld %-7ld\n", timebuf, liblist.l_checksum, in process_gnu_liblist()
DChangeLog119 * readelf.c (dynamic_section_mips_val): Increase size of timebuf.