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

/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Dexternal.h172 char dataStamp[8]; local
H A Dinternal.h284 char dataStamp[8]; member in struct:nlm_internal_custom_header
/macosx-10.10/cxxfilt-11/cxxfilt/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 112 milliseconds