Searched refs:oldThreadName (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/include/nlm/
H A Dinternal.h173 char oldThreadName[NLM_OLD_THREAD_NAME_LENGTH]; member in struct:nlm_internal_variable_header
/openbsd-current/gnu/usr.bin/binutils-2.17/include/nlm/
H A Dinternal.h173 char oldThreadName[NLM_OLD_THREAD_NAME_LENGTH]; member in struct:nlm_internal_variable_header
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h282 /* Read the oldThreadName field. This field is a fixed length string. */
284 amt = sizeof (nlm_variable_header (abfd)->oldThreadName);
285 if (bfd_bread ((PTR) nlm_variable_header (abfd)->oldThreadName,
347 /* Write the oldThreadName field. This field is a fixed length string. */
348 amt = sizeof (nlm_variable_header (abfd)->oldThreadName);
349 if (bfd_bwrite ((PTR) nlm_variable_header (abfd)->oldThreadName, amt,
1400 + sizeof (nlm_variable_header (abfd)->oldThreadName)
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h102 /* Read the oldThreadName field. This field is a fixed length string. */
103 amt = sizeof (nlm_variable_header (abfd)->oldThreadName);
104 if (bfd_bread ((void *) nlm_variable_header (abfd)->oldThreadName,
595 /* Write the oldThreadName field. This field is a fixed length string. */
596 amt = sizeof (nlm_variable_header (abfd)->oldThreadName);
597 if (bfd_bwrite (nlm_variable_header (abfd)->oldThreadName, amt,
1343 + sizeof (nlm_variable_header (abfd)->oldThreadName)
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmconv.c1077 strncpy (nlm_variable_header (outbfd)->oldThreadName, " LONG",
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmconv.c1079 strncpy (nlm_variable_header (outbfd)->oldThreadName, " LONG",

Completed in 380 milliseconds