HomeSort by relevance Sort by last modified time
    Searched refs:dataStamp (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/nlm/
external.h 170 char dataStamp[8];
internal.h 284 char dataStamp[8];
  /toolchain/binutils/binutils-2.25/bfd/
nlmcode.h 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,
    [all...]

Completed in 363 milliseconds