nlmcode.h | 179 Nlm_External_Version_Header thdr; local 181 amt = sizeof (thdr); 182 if (bfd_bread ((void *) &thdr, amt, abfd) != amt) 184 memcpy (nlm_version_header (abfd)->stamp, thdr.stamp, 185 sizeof (thdr.stamp)); 187 get_word (abfd, (bfd_byte *) thdr.majorVersion); 189 get_word (abfd, (bfd_byte *) thdr.minorVersion); 191 get_word (abfd, (bfd_byte *) thdr.revision); 193 get_word (abfd, (bfd_byte *) thdr.year); 195 get_word (abfd, (bfd_byte *) thdr.month) 201 Nlm_External_Extended_Header thdr; local 285 Nlm_External_Custom_Header thdr; local 646 Nlm_External_Version_Header thdr; local 673 Nlm_External_Copyright_Header thdr; local 695 Nlm_External_Extended_Header thdr; local 794 Nlm_External_Custom_Header thdr; local 832 Nlm_External_Custom_Header thdr; local [all...] |