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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c163 Dwarf_Small* bogus_bytes_ptr = 0; local
247 &bogus_bytes_ptr,
340 Dwarf_Unsigned boffset = bogus_bytes_ptr - orig_line_ptr;
H A Ddwarf_line.c1618 bogus_bytes_ptr and bogus_bytes are output values which
1635 Dwarf_Small ** bogus_bytes_ptr,
1652 if(bogus_bytes_ptr) *bogus_bytes_ptr = 0;
1908 if(bogus_bytes_ptr) {
1909 *bogus_bytes_ptr = line_ptr;
1630 dwarf_read_line_table_prefix(Dwarf_Debug dbg, Dwarf_Small * data_start, Dwarf_Unsigned data_length, Dwarf_Small ** updated_data_start_out, struct Line_Table_Prefix_s *prefix_out, Dwarf_Small ** bogus_bytes_ptr, Dwarf_Unsigned *bogus_bytes, Dwarf_Error * err, int *err_count_out) argument

Completed in 60 milliseconds