Lines Matching refs:tbuf
102 char tbuf[sizeof(signature)]; in ELFNAME2() local
128 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, in ELFNAME2()
132 if (!memcmp(tbuf, signature, sigsz)) { in ELFNAME2()
133 DPRINTF(("linux_atexit_sig=%s\n", tbuf)); in ELFNAME2()
167 char tbuf[sizeof(signature) - 1]; in ELFNAME2() local
192 error = exec_read(l, epp->ep_vp, s->sh_offset, tbuf, in ELFNAME2()
200 DPRINTF(("linux_gcc_sig: sig=%s\n", tbuf)); in ELFNAME2()
201 if (!memcmp(tbuf, signature, sizeof(signature) - 1)) { in ELFNAME2()
227 char tbuf[sizeof(signature)]; in ELFNAME2() local
253 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, in ELFNAME2()
257 if (!memcmp(tbuf, signature, sigsz)) { in ELFNAME2()
258 DPRINTF(("linux_debuglink_sig=%s\n", tbuf)); in ELFNAME2()
285 char tbuf[sizeof(signature)], *tmp = NULL; in ELFNAME2() local
314 error = exec_read(l, epp->ep_vp, stroff + s->sh_name, tbuf, in ELFNAME2()
318 if (!memcmp(tbuf, signature, sigsz)) { in ELFNAME2()
319 DPRINTF(("linux_goplcntab_sig=%s\n", tbuf)); in ELFNAME2()