Home | History | Annotate | Download | only in m_debuginfo

Lines Matching refs:qbuf

161          HChar* qbuf = NULL;
198 VG_(memcpy)(n, qbuf, qidx);
200 if (qbuf != NULL)
201 ML_(dinfo_free)(qbuf);
202 qbuf = n;
205 VG_(memcpy)(&qbuf[qidx], string, qlen);
208 qbuf[qidx] = '\0';
209 TRACE_SYMTAB("cont: working buf=\"%s\"\n", qbuf);
225 if (qbuf != NULL) {
227 string = ML_(addStr)(di, qbuf, qidx);
228 ML_(dinfo_free)(qbuf);