Lines Matching refs:dataStamp
289 char dataStamp[8];
321 memset (dataStamp, 0, sizeof (dataStamp));
324 amt = sizeof (dataStamp);
325 if (bfd_bread ((void *) dataStamp, amt, abfd) != amt)
348 if (CONST_STRNEQ (dataStamp, "CyGnUsEx"))
424 memcpy (nlm_custom_header (abfd)->dataStamp, dataStamp,
425 sizeof (dataStamp));
798 ds = find_nonzero (nlm_custom_header (abfd)->dataStamp,
799 sizeof (nlm_custom_header (abfd)->dataStamp));
811 amt = sizeof (thdr) - sizeof (thdr.dataStamp);
817 memcpy (thdr.dataStamp, nlm_custom_header (abfd)->dataStamp,
818 sizeof (thdr.dataStamp));
841 LITMEMCPY (thdr.dataStamp, "CyGnUsEx");