Searched refs:timdat (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c416 unsigned int timdat = bfd_h_get_32 (abfd, fhdr->f_timdat); local
420 printf (_(" time and date: 0x%08x - "), timdat);
421 if (timdat == 0)
426 time_t t = timdat;

Completed in 42 milliseconds