Searched defs:orig_line_ptr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c100 Dwarf_Small *orig_line_ptr = 0; local
214 orig_line_ptr = dbg->de_debug_line.dss_data;
340 Dwarf_Unsigned boffset = bogus_bytes_ptr - orig_line_ptr;
347 offset = line_ptr - orig_line_ptr;
364 (Dwarf_Signed) (line_ptr - orig_line_ptr));
H A Ddwarf_sort_line.c139 Dwarf_Small *orig_line_ptr; /* our local copy of the user's input local
141 Dwarf_Small *line_ptr; /* starts at orig_line_ptr, gets
170 orig_line_ptr = line_ptr;
205 free(orig_line_ptr);
213 area. orig_line_ptr is our modified copy of input area. */
214 memcpy(orig_buffer, orig_line_ptr, buffer_len);
217 free(orig_line_ptr);
317 Dwarf_Small *orig_line_ptr = 0; local
371 orig_line_ptr = line_ptr;
620 orig_line_ptr;
[all...]

Completed in 83 milliseconds