Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/nlm/
Dinternal.h181 unsigned char screenNameLength; member
/toolchain/binutils/binutils-2.27/bfd/
Dnlmcode.h109 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()
/toolchain/binutils/binutils-2.27/binutils/
Dnlmheader.y322 var_hdr->screenNameLength = len;