Lines Matching refs:bytes_read
273 int bytes_read; in execute_cfa_program() local
304 fs->pc = dwarf2_read_address (insn_ptr, insn_end, &bytes_read); in execute_cfa_program()
305 insn_ptr += bytes_read; in execute_cfa_program()
1249 unsigned int bytes_read; in decode_frame_entry_1() local
1256 length = read_initial_length (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1257 buf += bytes_read; in decode_frame_entry_1()
1268 dwarf64_p = (bytes_read == 12); in decode_frame_entry_1()
1334 read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1335 buf += bytes_read; in decode_frame_entry_1()
1338 read_signed_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1339 buf += bytes_read; in decode_frame_entry_1()
1344 bytes_read = 1; in decode_frame_entry_1()
1348 &bytes_read); in decode_frame_entry_1()
1349 buf += bytes_read; in decode_frame_entry_1()
1356 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1357 buf += bytes_read; in decode_frame_entry_1()
1440 read_encoded_value (unit, fde->cie->encoding, buf, &bytes_read); in decode_frame_entry_1()
1441 buf += bytes_read; in decode_frame_entry_1()
1444 read_encoded_value (unit, fde->cie->encoding & 0x0f, buf, &bytes_read); in decode_frame_entry_1()
1445 buf += bytes_read; in decode_frame_entry_1()
1455 length = read_unsigned_leb128 (unit->abfd, buf, &bytes_read); in decode_frame_entry_1()
1456 buf += bytes_read + length; in decode_frame_entry_1()