Searched refs:descriptionText (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Dinternal.h151 descriptionText, excluding the null terminator. The descriptionText
153 keyword in NLMLINK plus the null byte terminator. The descriptionText
157 char descriptionText[NLM_MAX_DESCRIPTION_LENGTH + 1]; member in struct:nlm_internal_variable_header
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dnlmheader.y221 strncpy (var_hdr->descriptionText, $2, len);
222 var_hdr->descriptionText[len] = '\0';
H A Dnlmheader.c1314 strncpy (var_hdr->descriptionText, yyvsp[0].string, len);
1315 var_hdr->descriptionText[len] = '\0';
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dnlmcode.h86 if (bfd_bread ((void *) nlm_variable_header (abfd)->descriptionText,
578 if (bfd_bwrite ((void *) nlm_variable_header (abfd)->descriptionText, amt,

Completed in 173 milliseconds