Lines Matching defs:bytes_read
43 unsigned int bytes_read;
47 cu_header->set_length (read_initial_length (abfd, info_ptr, &bytes_read));
48 cu_header->initial_length_size = bytes_read;
49 cu_header->offset_size = (bytes_read == 4) ? 4 : 8;
50 info_ptr += bytes_read;
109 = (sect_offset) cu_header->read_offset (abfd, info_ptr, &bytes_read);
110 info_ptr += bytes_read;
134 type_offset = cu_header->read_offset (abfd, info_ptr, &bytes_read);
135 info_ptr += bytes_read;
204 unsigned int *bytes_read) const
246 *bytes_read = addr_size;