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

/macosx-10.10/cxxfilt-11/cxxfilt/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...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Dinternal.h281 bfd_size_type hdrLength; member in struct:nlm_internal_custom_header

Completed in 178 milliseconds