Lines Matching refs:bytes_read

704 			       int *bytes_read);
707 struct comp_unit_head *, int *bytes_read);
710 int *bytes_read);
1099 int bytes_read;
1102 &bytes_read);
1103 pubnames_ptr += bytes_read;
1126 int bytes_read;
1128 &bytes_read);
1129 info_ptr += bytes_read;
1133 &bytes_read);
1134 info_ptr += bytes_read;
4261 unsigned int abbrev_number, bytes_read, abbrev_name;
4269 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4270 abbrev_ptr += bytes_read;
4279 cur_abbrev->tag = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4280 abbrev_ptr += bytes_read;
4285 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4286 abbrev_ptr += bytes_read;
4287 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4288 abbrev_ptr += bytes_read;
4300 abbrev_name = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4301 abbrev_ptr += bytes_read;
4302 abbrev_form = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4303 abbrev_ptr += bytes_read;
4320 abbrev_number = read_unsigned_leb128 (abfd, abbrev_ptr, &bytes_read);
4321 abbrev_ptr += bytes_read;
4381 unsigned int abbrev_number, bytes_read, i;
4390 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
4391 info_ptr += bytes_read;
4524 unsigned int abbrev_number, bytes_read, i, offset;
4529 abbrev_number = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
4530 info_ptr += bytes_read;
4578 unsigned int bytes_read;
4586 DW_ADDR (attr) = read_address (abfd, info_ptr, cu, &bytes_read);
4587 info_ptr += bytes_read;
4618 DW_STRING (attr) = read_string (abfd, info_ptr, &bytes_read);
4619 info_ptr += bytes_read;
4623 &bytes_read);
4624 info_ptr += bytes_read;
4628 blk->size = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
4629 info_ptr += bytes_read;
4654 DW_SND (attr) = read_signed_leb128 (abfd, info_ptr, &bytes_read);
4655 info_ptr += bytes_read;
4658 DW_UNSND (attr) = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
4659 info_ptr += bytes_read;
4678 DW_UNSND (attr) = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
4679 info_ptr += bytes_read;
4682 form = read_unsigned_leb128 (abfd, info_ptr, &bytes_read);
4683 info_ptr += bytes_read;
4749 read_address (bfd *abfd, char *buf, struct dwarf2_cu *cu, int *bytes_read)
4793 *bytes_read = cu_header->addr_size;
4816 The value returned via bytes_read should be used to increment
4842 int *bytes_read)
4851 *bytes_read = 12;
4863 *bytes_read = 8;
4872 *bytes_read = 4;
4888 int *bytes_read)
4896 *bytes_read = 4;
4900 *bytes_read = 8;
5201 int bytes_read;
5227 lh->total_length = read_initial_length (abfd, line_ptr, &cu->header, &bytes_read);
5228 line_ptr += bytes_read;
5237 lh->header_length = read_offset (abfd, line_ptr, &cu->header, &bytes_read);
5238 line_ptr += bytes_read;
5260 while ((cur_dir = read_string (abfd, line_ptr, &bytes_read)) != NULL)
5262 line_ptr += bytes_read;
5265 line_ptr += bytes_read;
5268 while ((cur_file = read_string (abfd, line_ptr, &bytes_read)) != NULL)
5272 line_ptr += bytes_read;
5273 dir_index = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5274 line_ptr += bytes_read;
5275 mod_time = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5276 line_ptr += bytes_read;
5277 length = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5278 line_ptr += bytes_read;
5282 line_ptr += bytes_read;
5349 unsigned int bytes_read;
5416 address = read_address (abfd, line_ptr, cu, &bytes_read);
5417 line_ptr += bytes_read;
5425 cur_file = read_string (abfd, line_ptr, &bytes_read);
5426 line_ptr += bytes_read;
5428 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5429 line_ptr += bytes_read;
5431 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5432 line_ptr += bytes_read;
5434 read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5435 line_ptr += bytes_read;
5452 * read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5453 line_ptr += bytes_read;
5456 line += read_signed_leb128 (abfd, line_ptr, &bytes_read);
5457 line_ptr += bytes_read;
5466 file = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5467 line_ptr += bytes_read;
5477 column = read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5478 line_ptr += bytes_read;
5504 (void) read_unsigned_leb128 (abfd, line_ptr, &bytes_read);
5505 line_ptr += bytes_read;
7455 unsigned int bytes_read, unsnd;
7543 unsnd = read_unsigned_leb128 (NULL, (data + i), &bytes_read);
7544 i += bytes_read;
7552 cu, &bytes_read);
7553 i += bytes_read;
7588 &bytes_read);
7589 i += bytes_read;
7593 stack[++stacki] = read_signed_leb128 (NULL, (data + i), &bytes_read);
7594 i += bytes_read;
7608 stack[stacki] += read_unsigned_leb128 (NULL, (data + i), &bytes_read);
7609 i += bytes_read;
7966 int bytes_read;
7970 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
7971 mac_ptr += bytes_read;
7972 body = read_string (abfd, mac_ptr, &bytes_read);
7973 mac_ptr += bytes_read;
7994 int bytes_read;
7997 line = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
7998 mac_ptr += bytes_read;
7999 file = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
8000 mac_ptr += bytes_read;
8045 int bytes_read;
8049 constant = read_unsigned_leb128 (abfd, mac_ptr, &bytes_read);
8050 mac_ptr += bytes_read;
8051 string = read_string (abfd, mac_ptr, &bytes_read);
8052 mac_ptr += bytes_read;