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

/haiku-buildtools/legacy/binutils/include/nlm/
H A Dexternal.h172 char dataStamp[8]; local
H A Dinternal.h284 char dataStamp[8]; member in struct:nlm_internal_custom_header
/haiku-buildtools/binutils/include/nlm/
H A Dexternal.h170 char dataStamp[8]; local
H A Dinternal.h284 char dataStamp[8]; member in struct:nlm_internal_custom_header
/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmcode.h290 char dataStamp[8]; local
322 memset (dataStamp, 0, sizeof (dataStamp));
325 amt = sizeof (dataStamp);
326 if (bfd_bread ((void *) dataStamp, amt, abfd) != amt)
349 if (strncmp (dataStamp, "CyGnUsEx", 8) == 0)
425 memcpy (nlm_custom_header (abfd)->dataStamp, dataStamp,
426 sizeof (dataStamp));
799 ds = find_nonzero (nlm_custom_header (abfd)->dataStamp,
[all...]
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h289 char dataStamp[8]; local
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 120 milliseconds