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

/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Dinternal.h173 char oldThreadName[NLM_OLD_THREAD_NAME_LENGTH]; member in struct:nlm_internal_variable_header
/macosx-10.10/cxxfilt-11/cxxfilt/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,
594 /* Write the oldThreadName field. This field is a fixed length string. */
595 amt = sizeof (nlm_variable_header (abfd)->oldThreadName);
596 if (bfd_bwrite (nlm_variable_header (abfd)->oldThreadName, amt,
1342 + sizeof (nlm_variable_header (abfd)->oldThreadName)
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmconv.c1079 strncpy (nlm_variable_header (outbfd)->oldThreadName, " LONG",

Completed in 176 milliseconds