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

/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_print_lines.c89 If err_count_out is non-NULL, this is a special 'check'
94 int * err_count_out, int only_line_header)
250 err_count_out);
345 *err_count_out += 1;
379 *err_count_out += 1;
729 dwarf_check_lineheader(Dwarf_Die die, int *err_count_out) argument
733 _dwarf_internal_printlines(die, &err,err_count_out,
93 _dwarf_internal_printlines(Dwarf_Die die, Dwarf_Error * error, int * err_count_out, int only_line_header) argument
H A Ddwarf_line.c1584 int *err_count_out)
1586 if(!err_count_out)
1602 *err_count_out += 1;
1625 /* err_count_out may be NULL, in which case we
1638 int *err_count_out)
1731 if(err_count_out) {
1733 data_start,err_count_out);
1738 if(!mismatch && err_count_out) {
1740 data_start,err_count_out);
1745 if(err_count_out) {
1581 print_header_issue(Dwarf_Debug dbg, char *specific_msg, Dwarf_Small *data_start, int *err_count_out) argument
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 49 milliseconds