Home | History | Annotate | Download | only in dwarf

Lines Matching defs:data_end

1930     const char *data_end = cursor;
1946 if (data >= data_end) return ReportIncomplete(cie);
1964 if (data >= data_end) return ReportIncomplete(cie);
1980 if (len > size_t(data_end - data))
1988 if (data >= data_end) return ReportIncomplete(cie);