Searched refs:arange_ptr_past_end (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_arange.c101 Dwarf_Small *arange_ptr_past_end = 0; local
115 arange_ptr_past_end = arange_ptr + length;
228 } while (arange_ptr_past_end >= (arange_ptr + range_entry_size));
233 if (arange_ptr_past_end < arange_ptr) {
235 Dwarf_Unsigned pad_count = arange_ptr - arange_ptr_past_end;
244 /* For most compilers, arange_ptr == arange_ptr_past_end at
246 arange_ptr = arange_ptr_past_end;

Completed in 58 milliseconds