Lines Matching defs:ndesc
942 const char *ndata, *ndesc;
961 ndesc = nptr;
968 isnetbsd |= netbsd_elf_note(epp, np, ndata, ndesc);
985 const Elf_Nhdr *np, const char *ndata, const char *ndesc)
1003 memcpy(&epp->ep_osversion, ndesc,
1033 memcpy(&flags, ndesc, sizeof(flags));
1053 * Ensure ndesc is NUL-terminated and of the
1056 if (strnlen(ndesc, np->n_descsz) + 1 !=
1061 strlcpy(epp->ep_machine_arch, ndesc,
1074 ELF_MD_MCMODEL_CHECK(epp, ndesc, np->n_descsz);