HomeSort by relevance Sort by last modified time
    Searched refs:screenNameLength (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/nlm/
internal.h 175 /* The screenNameLength field contains the length of the actual text stored
181 unsigned char screenNameLength;
  /toolchain/binutils/binutils-2.25/bfd/
nlmcode.h 109 amt = sizeof (nlm_variable_header (abfd)->screenNameLength);
110 if (bfd_bread ((void *) & nlm_variable_header (abfd)->screenNameLength,
113 amt = nlm_variable_header (abfd)->screenNameLength + 1;
601 amt = sizeof (nlm_variable_header (abfd)->screenNameLength);
602 if (bfd_bwrite (& nlm_variable_header (abfd)->screenNameLength, amt,
605 amt = nlm_variable_header (abfd)->screenNameLength + 1;
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmheader.y 322 var_hdr->screenNameLength = len;

Completed in 86 milliseconds