Lines Matching defs:signature
100 static const char signature[] = "__libc_atexit";
101 const size_t sigsz = sizeof(signature);
102 char tbuf[sizeof(signature)];
132 if (!memcmp(tbuf, signature, sigsz)) {
149 * with gcc, and gcc sticks in the comment field a signature. Note that
150 * on SVR4 binaries, the gcc signature will follow the OS name signature,
155 * XXX we have the same gcc signature which incorrectly identifies
166 static const char signature[] = "\0GCC: (GNU) ";
167 char tbuf[sizeof(signature) - 1];
189 s->sh_size < sizeof(signature) - 1)
193 sizeof(signature) - 1, IO_NODELOCKED);
201 if (!memcmp(tbuf, signature, sizeof(signature) - 1)) {
225 static const char signature[] = ".gnu_debuglink";
226 const size_t sigsz = sizeof(signature);
227 char tbuf[sizeof(signature)];
257 if (!memcmp(tbuf, signature, sigsz)) {
283 static const char signature[] = ".gopclntab";
284 const size_t sigsz = sizeof(signature);
285 char tbuf[sizeof(signature)], *tmp = NULL;
318 if (!memcmp(tbuf, signature, sigsz)) {
367 ELFNAME2(linux,signature)(struct lwp *l, struct exec_package *epp, Elf_Ehdr *eh, char *itp)
449 if (((error = ELFNAME2(linux,signature)(l, epp, eh, itp)) != 0) &&