Searched refs:screenNameLength (Results 1 – 3 of 3) sorted by relevance
181 unsigned char screenNameLength; member
109 amt = sizeof (nlm_variable_header (abfd)->screenNameLength); in nlm_swap_variable_header_in()110 if (bfd_bread ((void *) & nlm_variable_header (abfd)->screenNameLength, in nlm_swap_variable_header_in()113 amt = nlm_variable_header (abfd)->screenNameLength + 1; in nlm_swap_variable_header_in()601 amt = sizeof (nlm_variable_header (abfd)->screenNameLength); in nlm_swap_variable_header_out()602 if (bfd_bwrite (& nlm_variable_header (abfd)->screenNameLength, amt, in nlm_swap_variable_header_out()605 amt = nlm_variable_header (abfd)->screenNameLength + 1; in nlm_swap_variable_header_out()1341 + sizeof (nlm_variable_header (abfd)->screenNameLength) in nlm_compute_section_file_positions()1342 + nlm_variable_header (abfd)->screenNameLength + 1 in nlm_compute_section_file_positions()
322 var_hdr->screenNameLength = len;