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

/openbsd-current/gnu/usr.bin/binutils/include/nlm/
H A Dinternal.h185 in the threadName field, excluding the null byte terminator. The
186 threadName field contains the thread name as specified by the THREADNAME
191 char threadName[NLM_MAX_THREAD_NAME_LENGTH + 1]; member in struct:nlm_internal_variable_header
/openbsd-current/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dinternal.h185 in the threadName field, excluding the null byte terminator. The
186 threadName field contains the thread name as specified by the THREADNAME
191 char threadName[NLM_MAX_THREAD_NAME_LENGTH + 1]; member in struct:nlm_internal_variable_header
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y357 strncpy (var_hdr->threadName, $2, len);
358 var_hdr->threadName[len] = '\0';
H A Dnlmheader.c1334 strncpy (var_hdr->threadName, yyvsp[0].string, len);
1335 var_hdr->threadName[len] = '\0';
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y357 strncpy (var_hdr->threadName, $2, len);
358 var_hdr->threadName[len] = '\0';
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h307 if (bfd_bread ((PTR) nlm_variable_header (abfd)->threadName,
369 if (bfd_bwrite ((PTR) nlm_variable_header (abfd)->threadName, amt,
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h124 if (bfd_bread ((void *) nlm_variable_header (abfd)->threadName,
616 if (bfd_bwrite (nlm_variable_header (abfd)->threadName, amt, abfd) != amt)

Completed in 290 milliseconds