Searched refs:threadNameLength (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/nlm/
H A Dinternal.h184 /* The threadNameLength field contains the length of the actual text stored
190 unsigned char threadNameLength; member in struct:nlm_internal_variable_header
/openbsd-current/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dinternal.h184 /* The threadNameLength field contains the length of the actual text stored
190 unsigned char threadNameLength; member in struct:nlm_internal_variable_header
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h302 amt = sizeof (nlm_variable_header (abfd)->threadNameLength);
303 if (bfd_bread ((PTR) & nlm_variable_header (abfd)->threadNameLength,
306 amt = nlm_variable_header (abfd)->threadNameLength + 1;
364 amt = sizeof (nlm_variable_header (abfd)->threadNameLength);
365 if (bfd_bwrite ((PTR) & nlm_variable_header (abfd)->threadNameLength, amt,
368 amt = nlm_variable_header (abfd)->threadNameLength + 1;
1403 + sizeof (nlm_variable_header (abfd)->threadNameLength)
1404 + nlm_variable_header (abfd)->threadNameLength + 1);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h119 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;
611 amt = sizeof (nlm_variable_header (abfd)->threadNameLength);
612 if (bfd_bwrite (& nlm_variable_header (abfd)->threadNameLength, amt,
615 amt = nlm_variable_header (abfd)->threadNameLength + 1;
1346 + sizeof (nlm_variable_header (abfd)->threadNameLength)
1347 + nlm_variable_header (abfd)->threadNameLength + 1);
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y356 var_hdr->threadNameLength = len;
H A Dnlmheader.c1333 var_hdr->threadNameLength = len;
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y356 var_hdr->threadNameLength = len;

Completed in 197 milliseconds