Lines Matching refs:bytes_read
813 unsigned int abbrev_number, bytes_read, abbrev_name;
828 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
829 abbrev_ptr += bytes_read;
842 read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
843 abbrev_ptr += bytes_read;
848 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
849 abbrev_ptr += bytes_read;
850 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
851 abbrev_ptr += bytes_read;
885 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
886 abbrev_ptr += bytes_read;
887 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
888 abbrev_ptr += bytes_read;
905 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
906 abbrev_ptr += bytes_read;
931 unsigned int bytes_read;
999 attr->u.str = read_string (abfd, info_ptr, &bytes_read);
1000 info_ptr += bytes_read;
1003 attr->u.str = read_indirect_string (unit, info_ptr, &bytes_read);
1004 info_ptr += bytes_read;
1007 attr->u.str = read_alt_indirect_string (unit, info_ptr, &bytes_read);
1008 info_ptr += bytes_read;
1016 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
1017 info_ptr += bytes_read;
1045 attr->u.sval = read_signed_leb128 (abfd, info_ptr, &bytes_read);
1046 info_ptr += bytes_read;
1049 attr->u.val = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
1050 info_ptr += bytes_read;
1073 attr->u.val = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
1074 info_ptr += bytes_read;
1077 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
1078 info_ptr += bytes_read;
1548 unsigned int i, bytes_read, offset_size;
1647 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1649 line_ptr += bytes_read;
1667 line_ptr += bytes_read;
1670 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
1672 line_ptr += bytes_read;
1689 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1690 line_ptr += bytes_read;
1692 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1693 line_ptr += bytes_read;
1695 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1696 line_ptr += bytes_read;
1700 line_ptr += bytes_read;
1757 exop_len = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1758 line_ptr += bytes_read;
1783 cur_file = read_string (abfd, line_ptr, &bytes_read);
1784 line_ptr += bytes_read;
1798 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1799 line_ptr += bytes_read;
1801 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1802 line_ptr += bytes_read;
1804 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1805 line_ptr += bytes_read;
1810 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1811 line_ptr += bytes_read;
1840 &bytes_read));
1844 &bytes_read);
1849 line_ptr += bytes_read;
1852 line += read_signed_leb128 (abfd, line_ptr, &bytes_read);
1853 line_ptr += bytes_read;
1861 file = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1862 line_ptr += bytes_read;
1869 column = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1870 line_ptr += bytes_read;
1899 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
1900 line_ptr += bytes_read;
2132 unsigned int abbrev_number, bytes_read, i;
2187 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
2188 info_ptr += bytes_read;
2297 unsigned int abbrev_number, bytes_read, i;
2306 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
2307 info_ptr += bytes_read;
2549 unsigned int abbrev_number, bytes_read, i;
2605 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
2606 info_ptr += bytes_read;