Home | History | Annotate | Download | only in kern

Lines Matching refs:n_descsz

962 			if (nlen < roundup(np->n_descsz, 4)) {
965 nptr += roundup(np->n_descsz, 4);
966 nlen -= roundup(np->n_descsz, 4);
1000 np->n_descsz == ELF_NOTE_NETBSD_DESCSZ &&
1029 np->n_descsz == ELF_NOTE_PAX_DESCSZ &&
1048 if (np->n_descsz > sizeof(epp->ep_machine_arch)) {
1056 if (strnlen(ndesc, np->n_descsz) + 1 !=
1057 np->n_descsz) {
1074 ELF_MD_MCMODEL_CHECK(epp, ndesc, np->n_descsz);
1109 np->n_descsz, ns, ns, ndata);