Searched refs:hdrLength (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmcode.h287 bfd_size_type hdrLength; local
301 hdrLength = get_word (abfd, (bfd_byte *) thdr.length);
303 if (hdrLength < NLM_TARGET_LONG_SIZE)
312 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE)
321 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE + 8)
331 if (hdrLength <= 2 * NLM_TARGET_LONG_SIZE + 8)
334 hdrLength = 0;
338 hdrLength -= 2 * NLM_TARGET_LONG_SIZE + 8;
339 hdr = bfd_alloc (abfd, hdrLength);
342 if (bfd_bread (hdr, hdrLength, abf
797 bfd_size_type hdrLength; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h286 bfd_size_type hdrLength; local
300 hdrLength = get_word (abfd, (bfd_byte *) thdr.length);
302 if (hdrLength < NLM_TARGET_LONG_SIZE)
311 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE)
320 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE + 8)
330 if (hdrLength <= 2 * NLM_TARGET_LONG_SIZE + 8)
333 hdrLength = 0;
337 hdrLength -= 2 * NLM_TARGET_LONG_SIZE + 8;
338 hdr = bfd_alloc (abfd, hdrLength);
341 if (bfd_bread (hdr, hdrLength, abf
796 bfd_size_type hdrLength; local
[all...]
/haiku-buildtools/legacy/binutils/include/nlm/
H A Dinternal.h281 bfd_size_type hdrLength; member in struct:nlm_internal_custom_header
/haiku-buildtools/binutils/include/nlm/
H A Dinternal.h281 bfd_size_type hdrLength; member in struct:nlm_internal_custom_header

Completed in 144 milliseconds