HomeSort by relevance Sort by last modified time
    Searched refs:oldThreadName (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/include/nlm/
internal.h 173 char oldThreadName[NLM_OLD_THREAD_NAME_LENGTH];
  /toolchain/binutils/binutils-2.25/bfd/
nlmcode.h 102 /* 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,
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 1077 strncpy (nlm_variable_header (outbfd)->oldThreadName, " LONG",
    [all...]

Completed in 107 milliseconds