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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h509 bfd_size_type hdrLength; variable
523 hdrLength = get_word (abfd, (bfd_byte *) thdr.length);
525 if (hdrLength < NLM_TARGET_LONG_SIZE)
534 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE)
543 if (hdrLength < 2 * NLM_TARGET_LONG_SIZE + 8)
553 if (hdrLength <= 2 * NLM_TARGET_LONG_SIZE + 8)
556 hdrLength = 0;
560 hdrLength -= 2 * NLM_TARGET_LONG_SIZE + 8;
561 hdr = bfd_alloc (abfd, hdrLength);
564 if (bfd_bread (hdr, hdrLength, abf
838 bfd_size_type hdrLength; variable
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/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...]
/openbsd-current/gnu/usr.bin/binutils/include/nlm/
H A Dinternal.h281 bfd_size_type hdrLength; member in struct:nlm_internal_custom_header
/openbsd-current/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dinternal.h281 bfd_size_type hdrLength; member in struct:nlm_internal_custom_header

Completed in 444 milliseconds