Searched refs:descriptionLength (Results 1 – 3 of 3) sorted by relevance
81 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()
156 unsigned char descriptionLength; member
219 var_hdr->descriptionLength = len;