Home
last modified time | relevance | path

Searched refs:dshb_mod_date (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dxsym.h519 unsigned long dshb_mod_date; /* modification date of executable. */ member
Dxsym.c175 header->dshb_mod_date = bfd_getb32 (buf + 38); in bfd_sym_parse_header_v32()
283 fprintf (f, " (0x%lx)\n", dshb->dshb_mod_date); in bfd_sym_display_header()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dxsym.h519 unsigned long dshb_mod_date; /* modification date of executable. */ member
Dxsym.c184 header->dshb_mod_date = bfd_getb32 (buf + 38);
301 fprintf (f, " (0x%lx)\n", dshb->dshb_mod_date);