Home | History | Annotate | Download | only in drd

Lines Matching defs:descr1

165    XArray* /* of HChar */ descr1
175 tl_assert(descr1);
178 (void) VG_(get_data_description)(descr1, descr2, dri->addr);
179 /* If there's nothing in descr1/2, free them. Why is it safe to to
181 guarantees to zero terminate descr1/2 regardless of the outcome
185 if (0 == VG_(strlen)( VG_(indexXA)( descr1, 0 ))) {
186 VG_(deleteXA)( descr1 );
187 descr1 = NULL;
193 /* Assume (assert) that VG_(get_data_description) fills in descr1
195 if (descr1 == NULL)
198 if (descr1 == NULL)
209 if (descr1 != NULL) {
210 print_err_detail("%s%s\n", indent, (HChar*)VG_(indexXA)(descr1, 0));
249 if (descr1)
250 VG_(deleteXA)(descr1);