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

/haiku-buildtools/legacy/binutils/include/nlm/
H A Dexternal.h169 unsigned char dataLength[NLM_TARGET_LONG_SIZE]; local
H A Dinternal.h283 bfd_size_type dataLength; member in struct:nlm_internal_custom_header
/haiku-buildtools/binutils/include/nlm/
H A Dexternal.h167 unsigned char dataLength[NLM_TARGET_LONG_SIZE]; local
H A Dinternal.h283 bfd_size_type dataLength; member in struct:nlm_internal_custom_header
/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmcode.h289 bfd_size_type dataLength; local
313 dataLength = 0;
316 amt = sizeof (thdr.dataLength);
317 if (bfd_bread ((void *) thdr.dataLength, amt, abfd) != amt)
319 dataLength = get_word (abfd, (bfd_byte *) thdr.dataLength);
360 contents = bfd_alloc (abfd, dataLength);
363 if (bfd_bread (contents, dataLength, abfd) != dataLength)
370 nlm_cygnus_ext_header (abfd)->length = dataLength;
[all...]
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h288 bfd_size_type dataLength; local
312 dataLength = 0;
315 amt = sizeof (thdr.dataLength);
316 if (bfd_bread ((void *) thdr.dataLength, amt, abfd) != amt)
318 dataLength = get_word (abfd, (bfd_byte *) thdr.dataLength);
359 contents = bfd_alloc (abfd, dataLength);
362 if (bfd_bread (contents, dataLength, abfd) != dataLength)
369 nlm_cygnus_ext_header (abfd)->length = dataLength;
[all...]

Completed in 146 milliseconds