Searched defs:line_ptr_end (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c105 Dwarf_Small *line_ptr_end = 0; local
259 line_ptr_end = prefix.pf_line_ptr_end;
360 while (line_ptr < line_ptr_end) {
H A Ddwarf_sort_line.c310 Dwarf_Small *line_ptr_end = 0; local
404 line_ptr_end = prefix.pf_line_ptr_end;
422 while (line_ptr < line_ptr_end) {
H A Ddwarf_line.c339 Dwarf_Small *line_ptr_end = 0; local
499 line_ptr_end = prefix.pf_line_ptr_end;
551 while (line_ptr < line_ptr_end) {
1650 Dwarf_Small *line_ptr_end = 0; local
1661 line_ptr_end = line_ptr + total_length;
1662 prefix_out->pf_line_ptr_end = line_ptr_end;
1667 if (line_ptr_end > dbg->de_debug_line.dss_data +
1672 if (line_ptr_end > data_start + data_length) {

Completed in 50 milliseconds