Home
last modified time | relevance | path

Searched refs:dataLength (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dnlmcode.h288 bfd_size_type dataLength; in nlm_swap_auxiliary_headers_in() local
312 dataLength = 0; in nlm_swap_auxiliary_headers_in()
315 amt = sizeof (thdr.dataLength); in nlm_swap_auxiliary_headers_in()
316 if (bfd_bread ((void *) thdr.dataLength, amt, abfd) != amt) in nlm_swap_auxiliary_headers_in()
318 dataLength = get_word (abfd, (bfd_byte *) thdr.dataLength); in nlm_swap_auxiliary_headers_in()
359 contents = bfd_alloc (abfd, dataLength); in nlm_swap_auxiliary_headers_in()
362 if (bfd_bread (contents, dataLength, abfd) != dataLength) in nlm_swap_auxiliary_headers_in()
369 nlm_cygnus_ext_header (abfd)->length = dataLength; in nlm_swap_auxiliary_headers_in()
382 pend = p + dataLength; in nlm_swap_auxiliary_headers_in()
423 nlm_custom_header (abfd)->dataLength = dataLength; in nlm_swap_auxiliary_headers_in()
[all …]
/toolchain/binutils/binutils-2.25/include/nlm/
Dexternal.h167 unsigned char dataLength[NLM_TARGET_LONG_SIZE];
Dinternal.h283 bfd_size_type dataLength; member