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

/openbsd-current/gnu/usr.bin/binutils/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
/openbsd-current/gnu/usr.bin/binutils-2.17/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
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dnlmheader.y221 strncpy (var_hdr->descriptionText, $2, len);
222 var_hdr->descriptionText[len] = '\0';
H A Dnlmheader.c1146 strncpy (var_hdr->descriptionText, yyvsp[0].string, len);
1147 var_hdr->descriptionText[len] = '\0';
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dnlmheader.y221 strncpy (var_hdr->descriptionText, $2, len);
222 var_hdr->descriptionText[len] = '\0';
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dnlmcode.h264 if (bfd_bread ((PTR) nlm_variable_header (abfd)->descriptionText,
329 if (bfd_bwrite ((PTR) nlm_variable_header (abfd)->descriptionText, amt,
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dnlmcode.h86 if (bfd_bread ((void *) nlm_variable_header (abfd)->descriptionText,
579 if (bfd_bwrite ((void *) nlm_variable_header (abfd)->descriptionText, amt,

Completed in 94 milliseconds