Home | History | Annotate | Download | only in common

Lines Matching defs:sigsz

101 	const size_t sigsz = sizeof(signature);
125 if (s->sh_name + sigsz > sh[shstrndx].sh_size)
129 sigsz, IO_NODELOCKED);
132 if (!memcmp(tbuf, signature, sigsz)) {
226 const size_t sigsz = sizeof(signature);
250 if (s->sh_name + sigsz > sh[shstrndx].sh_size)
254 sigsz, IO_NODELOCKED);
257 if (!memcmp(tbuf, signature, sigsz)) {
284 const size_t sigsz = sizeof(signature);
311 if (s->sh_name + sigsz > sh[shstrndx].sh_size)
315 sigsz, IO_NODELOCKED);
318 if (!memcmp(tbuf, signature, sigsz)) {