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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_ranges.c64 Dwarf_Small *section_end = 0; local
84 section_end = dbg->de_debug_ranges.dss_data +
95 if(rangeptr >= section_end) {
98 if((rangeptr + (2*address_size)) > section_end) {

Completed in 56 milliseconds