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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_line.c1612 The prefix_out area must be initialized properly before calling this.
1634 struct Line_Table_Prefix_s *prefix_out,
1655 prefix_out->pf_line_ptr_start = line_ptr;
1662 prefix_out->pf_line_ptr_end = line_ptr_end;
1663 prefix_out->pf_length_field_length = local_length_size +
1665 /* ASSERT: prefix_out->pf_length_field_length == line_ptr
1666 -prefix_out->pf_line_ptr_start; */
1676 prefix_out->pf_total_length = total_length;
1680 prefix_out->pf_version = version;
1690 prefix_out
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
[all...]

Completed in 72 milliseconds