Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dnlmcode.h81 amt = sizeof (nlm_variable_header (abfd)->descriptionLength); in nlm_swap_variable_header_in()
82 if (bfd_bread ((void *) &nlm_variable_header (abfd)->descriptionLength, in nlm_swap_variable_header_in()
85 amt = nlm_variable_header (abfd)->descriptionLength + 1; in nlm_swap_variable_header_in()
573 amt = sizeof (nlm_variable_header (abfd)->descriptionLength); in nlm_swap_variable_header_out()
574 if (bfd_bwrite (& nlm_variable_header (abfd)->descriptionLength, amt, in nlm_swap_variable_header_out()
577 amt = nlm_variable_header (abfd)->descriptionLength + 1; in nlm_swap_variable_header_out()
1336 sofar += (sizeof (nlm_variable_header (abfd)->descriptionLength) in nlm_compute_section_file_positions()
1337 + nlm_variable_header (abfd)->descriptionLength + 1 in nlm_compute_section_file_positions()
/toolchain/binutils/binutils-2.25/include/nlm/
Dinternal.h156 unsigned char descriptionLength; member
/toolchain/binutils/binutils-2.25/binutils/
Dnlmheader.y219 var_hdr->descriptionLength = len;