Home | History | Annotate | Download | only in dwarf

Lines Matching refs:bytes_left

1357     size_t bytes_left = entry_->end - cursor_;
1361 if (len > bytes_left) return ReportIncomplete();
1367 if (len > bytes_left) return ReportIncomplete();
1373 if (len > bytes_left) return ReportIncomplete();
1381 if (len > bytes_left) return ReportIncomplete();
1386 if (1 > bytes_left) return ReportIncomplete();
1391 if (2 > bytes_left) return ReportIncomplete();
1397 if (4 > bytes_left) return ReportIncomplete();
1403 if (8 > bytes_left) return ReportIncomplete();
1410 if (len > bytes_left || expression_length > bytes_left - len)