Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h511 bfd_size_type dataLength; local
535 dataLength = 0;
538 amt = sizeof (thdr.dataLength);
541 dataLength = get_word (abfd, (bfd_byte *) thdr.dataLength);
582 contents = (bfd_byte *) bfd_alloc (abfd, dataLength);
585 if (bfd_bread (contents, dataLength, abfd) != dataLength)
592 nlm_cygnus_ext_header (abfd)->length = dataLength;
605 pend = p + dataLength;
647 nlm_custom_header (abfd)->dataLength = dataLength;
849 thdr.dataLength);
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h289 bfd_size_type dataLength; in nlm_swap_auxiliary_headers_in() local
313 dataLength = 0; in nlm_swap_auxiliary_headers_in()
316 amt = sizeof (thdr.dataLength); in nlm_swap_auxiliary_headers_in()
319 dataLength = get_word (abfd, (bfd_byte *) thdr.dataLength); in nlm_swap_auxiliary_headers_in()
360 contents = bfd_alloc (abfd, dataLength); in nlm_swap_auxiliary_headers_in()
363 if (bfd_bread (contents, dataLength, abfd) != dataLength) in nlm_swap_auxiliary_headers_in()
370 nlm_cygnus_ext_header (abfd)->length = dataLength; in nlm_swap_auxiliary_headers_in()
383 pend = p + dataLength; in nlm_swap_auxiliary_headers_in()
424 nlm_custom_header (abfd)->dataLength = dataLength; in nlm_swap_auxiliary_headers_in()
808 thdr.dataLength); in nlm_swap_auxiliary_headers_out()
[all …]
/openbsd/gnu/llvm/clang/docs/analyzer/checkers/
H A Dmismatched_deallocator_example.cpp49 void test(NSUInteger dataLength) { in test() argument
/openbsd/gnu/usr.bin/binutils/include/nlm/
H A Dexternal.h169 unsigned char dataLength[NLM_TARGET_LONG_SIZE];
H A Dinternal.h283 bfd_size_type dataLength; member
/openbsd/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dexternal.h169 unsigned char dataLength[NLM_TARGET_LONG_SIZE];
H A Dinternal.h283 bfd_size_type dataLength; member