Home | History | Annotate | Download | only in bfd

Lines Matching refs:threadNameLength

119   amt = sizeof (nlm_variable_header (abfd)->threadNameLength);
120 if (bfd_bread ((void *) & nlm_variable_header (abfd)->threadNameLength,
123 amt = nlm_variable_header (abfd)->threadNameLength + 1;
610 amt = sizeof (nlm_variable_header (abfd)->threadNameLength);
611 if (bfd_bwrite (& nlm_variable_header (abfd)->threadNameLength, amt,
614 amt = nlm_variable_header (abfd)->threadNameLength + 1;
1345 + sizeof (nlm_variable_header (abfd)->threadNameLength)
1346 + nlm_variable_header (abfd)->threadNameLength + 1);