Lines Matching refs:bytes_read

429   unsigned int bytes_read;  in process_extended_line_op()  local
435 len = read_uleb128 (data, & bytes_read, end); in process_extended_line_op()
436 data += bytes_read; in process_extended_line_op()
441 return bytes_read; in process_extended_line_op()
444 len += bytes_read; in process_extended_line_op()
458 if (len - bytes_read - 1 > 8) in process_extended_line_op()
461 len - bytes_read - 1); in process_extended_line_op()
465 SAFE_BYTE_GET (adr, data, len - bytes_read - 1, end); in process_extended_line_op()
478 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op()
479 data += bytes_read; in process_extended_line_op()
480 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op()
481 data += bytes_read; in process_extended_line_op()
482 printf ("%s\t", dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op()
483 data += bytes_read; in process_extended_line_op()
492 dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in process_extended_line_op()
528 unsigned char *edata = data + len - bytes_read - 1; in process_extended_line_op()
536 opc = read_uleb128 (data, & bytes_read, edata); in process_extended_line_op()
537 data += bytes_read; in process_extended_line_op()
547 read_uleb128 (data, & bytes_read, edata))); in process_extended_line_op()
548 data += bytes_read; in process_extended_line_op()
554 read_uleb128 (data, & bytes_read, edata))); in process_extended_line_op()
555 data += bytes_read; in process_extended_line_op()
558 read_uleb128 (data, & bytes_read, edata))); in process_extended_line_op()
559 data += bytes_read; in process_extended_line_op()
562 read_uleb128 (data, & bytes_read, edata))); in process_extended_line_op()
563 data += bytes_read; in process_extended_line_op()
576 unsigned int rlen = len - bytes_read - 1; in process_extended_line_op()
784 unsigned int bytes_read; in process_abbrev_section() local
790 entry = read_uleb128 (start, & bytes_read, end); in process_abbrev_section()
791 start += bytes_read; in process_abbrev_section()
801 tag = read_uleb128 (start, & bytes_read, end); in process_abbrev_section()
802 start += bytes_read; in process_abbrev_section()
814 attribute = read_uleb128 (start, & bytes_read, end); in process_abbrev_section()
815 start += bytes_read; in process_abbrev_section()
819 form = read_uleb128 (start, & bytes_read, end); in process_abbrev_section()
820 start += bytes_read; in process_abbrev_section()
901 unsigned int bytes_read; in decode_location_expression() local
958 dwarf_vmatoa ("u", read_uleb128 (data, &bytes_read, end))); in decode_location_expression()
959 data += bytes_read; in decode_location_expression()
963 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression()
964 data += bytes_read; in decode_location_expression()
1020 dwarf_vmatoa ("u", read_uleb128 (data, &bytes_read, end))); in decode_location_expression()
1021 data += bytes_read; in decode_location_expression()
1168 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression()
1169 data += bytes_read; in decode_location_expression()
1173 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1174 data += bytes_read; in decode_location_expression()
1181 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression()
1182 data += bytes_read; in decode_location_expression()
1185 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1186 data += bytes_read; in decode_location_expression()
1189 dwarf_vmatoa ("d", read_sleb128 (data, &bytes_read, end))); in decode_location_expression()
1190 data += bytes_read; in decode_location_expression()
1194 dwarf_vmatoa ("u", read_uleb128 (data, &bytes_read, end))); in decode_location_expression()
1195 data += bytes_read; in decode_location_expression()
1255 dwarf_vmatoa ("u", read_uleb128 (data, &bytes_read, end))); in decode_location_expression()
1256 data += bytes_read; in decode_location_expression()
1258 dwarf_vmatoa ("u", read_uleb128 (data, &bytes_read, end))); in decode_location_expression()
1259 data += bytes_read; in decode_location_expression()
1269 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1270 data += bytes_read; in decode_location_expression()
1315 &bytes_read, end))); in decode_location_expression()
1316 data += bytes_read; in decode_location_expression()
1319 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1320 data += bytes_read; in decode_location_expression()
1335 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1336 data += bytes_read; in decode_location_expression()
1343 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1344 data += bytes_read; in decode_location_expression()
1347 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1348 data += bytes_read; in decode_location_expression()
1354 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1355 data += bytes_read; in decode_location_expression()
1359 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1360 data += bytes_read; in decode_location_expression()
1365 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1366 data += bytes_read; in decode_location_expression()
1376 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1377 data += bytes_read; in decode_location_expression()
1381 uvalue = read_uleb128 (data, &bytes_read, end); in decode_location_expression()
1382 data += bytes_read; in decode_location_expression()
1516 unsigned int bytes_read; in read_and_display_attr_value() local
1571 uvalue = read_sleb128 (data, & bytes_read, end); in read_and_display_attr_value()
1572 data += bytes_read; in read_and_display_attr_value()
1576 uvalue = read_uleb128 (data, & bytes_read, end); in read_and_display_attr_value()
1577 data += bytes_read; in read_and_display_attr_value()
1582 uvalue = read_uleb128 (data, & bytes_read, end); in read_and_display_attr_value()
1583 data += bytes_read; in read_and_display_attr_value()
1587 form = read_uleb128 (data, & bytes_read, end); in read_and_display_attr_value()
1588 data += bytes_read; in read_and_display_attr_value()
1597 uvalue = read_uleb128 (data, & bytes_read, end); in read_and_display_attr_value()
1598 data += bytes_read; in read_and_display_attr_value()
1675 uvalue = read_uleb128 (data, & bytes_read, end); in read_and_display_attr_value()
1676 block_start = data + bytes_read; in read_and_display_attr_value()
2529 unsigned int bytes_read; in process_debug_info() local
2538 abbrev_number = read_uleb128 (tags, & bytes_read, start); in process_debug_info()
2539 tags += bytes_read; in process_debug_info()
2958 unsigned int bytes_read; in display_debug_lines_raw() local
2965 dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in display_debug_lines_raw()
2966 data += bytes_read; in display_debug_lines_raw()
2968 dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in display_debug_lines_raw()
2969 data += bytes_read; in display_debug_lines_raw()
2971 dwarf_vmatoa ("u", read_uleb128 (data, & bytes_read, end))); in display_debug_lines_raw()
2972 data += bytes_read; in display_debug_lines_raw()
3001 unsigned int bytes_read; in display_debug_lines_raw() local
3051 uladv = read_uleb128 (data, & bytes_read, end); in display_debug_lines_raw()
3052 data += bytes_read; in display_debug_lines_raw()
3078 adv = read_sleb128 (data, & bytes_read, end); in display_debug_lines_raw()
3079 data += bytes_read; in display_debug_lines_raw()
3087 adv = read_uleb128 (data, & bytes_read, end); in display_debug_lines_raw()
3088 data += bytes_read; in display_debug_lines_raw()
3095 uladv = read_uleb128 (data, & bytes_read, end); in display_debug_lines_raw()
3096 data += bytes_read; in display_debug_lines_raw()
3158 uladv = read_uleb128 (data, & bytes_read, end); in display_debug_lines_raw()
3159 data += bytes_read; in display_debug_lines_raw()
3170 &bytes_read, end)), in display_debug_lines_raw()
3172 data += bytes_read; in display_debug_lines_raw()
3288 unsigned int bytes_read; in display_debug_lines_decoded() local
3293 read_uleb128 (data, & bytes_read, end); in display_debug_lines_decoded()
3294 data += bytes_read; in display_debug_lines_decoded()
3295 read_uleb128 (data, & bytes_read, end); in display_debug_lines_decoded()
3296 data += bytes_read; in display_debug_lines_decoded()
3297 read_uleb128 (data, & bytes_read, end); in display_debug_lines_decoded()
3298 data += bytes_read; in display_debug_lines_decoded()
3309 unsigned int bytes_read; in display_debug_lines_decoded() local
3317 & bytes_read, end); in display_debug_lines_decoded()
3318 ptr_file_name_table += bytes_read; in display_debug_lines_decoded()
3320 & bytes_read, end); in display_debug_lines_decoded()
3321 ptr_file_name_table += bytes_read; in display_debug_lines_decoded()
3322 file_table[i].length = read_uleb128 (ptr_file_name_table, & bytes_read, end); in display_debug_lines_decoded()
3323 ptr_file_name_table += bytes_read; in display_debug_lines_decoded()
3360 unsigned int bytes_read; in display_debug_lines_decoded() local
3397 ext_op_code_len = read_uleb128 (op_code_data, &bytes_read, in display_debug_lines_decoded()
3399 op_code_data += bytes_read; in display_debug_lines_decoded()
3406 ext_op_code_len += bytes_read; in display_debug_lines_decoded()
3417 ext_op_code_len - bytes_read - 1, in display_debug_lines_decoded()
3432 read_uleb128 (op_code_data, & bytes_read, in display_debug_lines_decoded()
3434 op_code_data += bytes_read; in display_debug_lines_decoded()
3437 read_uleb128 (op_code_data, & bytes_read, in display_debug_lines_decoded()
3439 op_code_data += bytes_read; in display_debug_lines_decoded()
3442 read_uleb128 (op_code_data, & bytes_read, in display_debug_lines_decoded()
3455 ext_op_code, ext_op_code_len - bytes_read); in display_debug_lines_decoded()
3465 uladv = read_uleb128 (data, & bytes_read, end); in display_debug_lines_decoded()
3466 data += bytes_read; in display_debug_lines_decoded()
3485 adv = read_sleb128 (data, & bytes_read, end); in display_debug_lines_decoded()
3486 data += bytes_read; in display_debug_lines_decoded()
3491 adv = read_uleb128 (data, & bytes_read, end); in display_debug_lines_decoded()
3492 data += bytes_read; in display_debug_lines_decoded()
3512 uladv = read_uleb128 (data, & bytes_read, end); in display_debug_lines_decoded()
3513 data += bytes_read; in display_debug_lines_decoded()
3559 uladv = read_uleb128 (data, & bytes_read, end); in display_debug_lines_decoded()
3560 data += bytes_read; in display_debug_lines_decoded()
3571 &bytes_read, end)), in display_debug_lines_decoded()
3573 data += bytes_read; in display_debug_lines_decoded()
3876 unsigned int bytes_read; in display_debug_macinfo() local
3895 lineno = read_uleb128 (curr, & bytes_read, end); in display_debug_macinfo()
3896 curr += bytes_read; in display_debug_macinfo()
3897 filenum = read_uleb128 (curr, & bytes_read, end); in display_debug_macinfo()
3898 curr += bytes_read; in display_debug_macinfo()
3910 lineno = read_uleb128 (curr, & bytes_read, end); in display_debug_macinfo()
3911 curr += bytes_read; in display_debug_macinfo()
3919 lineno = read_uleb128 (curr, & bytes_read, end); in display_debug_macinfo()
3920 curr += bytes_read; in display_debug_macinfo()
3931 constant = read_uleb128 (curr, & bytes_read, end); in display_debug_macinfo()
3932 curr += bytes_read; in display_debug_macinfo()
3957 unsigned int version, opcode_base, bytes_read; in get_line_filename_and_dirname() local
4008 read_uleb128 (hdrptr, &bytes_read, end); in get_line_filename_and_dirname()
4009 hdrptr += bytes_read; in get_line_filename_and_dirname()
4010 read_uleb128 (hdrptr, &bytes_read, end); in get_line_filename_and_dirname()
4011 hdrptr += bytes_read; in get_line_filename_and_dirname()
4012 read_uleb128 (hdrptr, &bytes_read, end); in get_line_filename_and_dirname()
4013 hdrptr += bytes_read; in get_line_filename_and_dirname()
4019 diridx = read_uleb128 (hdrptr, &bytes_read, end); in get_line_filename_and_dirname()
4038 unsigned int bytes_read; in display_debug_macro() local
4090 nargs = read_uleb128 (curr, &bytes_read, end); in display_debug_macro()
4091 curr += bytes_read; in display_debug_macro()
4154 lineno = read_uleb128 (curr, &bytes_read, end); in display_debug_macro()
4155 curr += bytes_read; in display_debug_macro()
4156 filenum = read_uleb128 (curr, &bytes_read, end); in display_debug_macro()
4157 curr += bytes_read; in display_debug_macro()
4181 lineno = read_uleb128 (curr, &bytes_read, end); in display_debug_macro()
4182 curr += bytes_read; in display_debug_macro()
4190 lineno = read_uleb128 (curr, &bytes_read, end); in display_debug_macro()
4191 curr += bytes_read; in display_debug_macro()
4199 lineno = read_uleb128 (curr, &bytes_read, end); in display_debug_macro()
4200 curr += bytes_read; in display_debug_macro()
4208 lineno = read_uleb128 (curr, &bytes_read, end); in display_debug_macro()
4209 curr += bytes_read; in display_debug_macro()
4223 lineno = read_uleb128 (curr, &bytes_read, end); in display_debug_macro()
4224 curr += bytes_read; in display_debug_macro()
4231 lineno = read_uleb128 (curr, &bytes_read, end); in display_debug_macro()
4232 curr += bytes_read; in display_debug_macro()
4255 nargs = read_uleb128 (desc, &bytes_read, end); in display_debug_macro()
4256 desc += bytes_read; in display_debug_macro()
4504 unsigned int bytes_read; in display_loc_list_dwo() local
4544 idx = read_uleb128 (start, &bytes_read, section_end); in display_loc_list_dwo()
4545 start += bytes_read; in display_loc_list_dwo()
4551 idx = read_uleb128 (start, &bytes_read, section_end); in display_loc_list_dwo()
4552 start += bytes_read; in display_loc_list_dwo()
4554 idx = read_uleb128 (start, &bytes_read, section_end); in display_loc_list_dwo()
4555 start += bytes_read; in display_loc_list_dwo()
4559 idx = read_uleb128 (start, &bytes_read, section_end); in display_loc_list_dwo()
4560 start += bytes_read; in display_loc_list_dwo()