Lines Matching refs:buf_end
661 bfd_byte * buf_end, in read_string() argument
666 if (buf >= buf_end) in read_string()
678 while (buf < buf_end) in read_string()
700 bfd_byte * buf_end, in read_indirect_string() argument
708 if (buf + unit->offset_size > buf_end) in read_indirect_string()
715 offset = read_4_bytes (unit->abfd, buf, buf_end); in read_indirect_string()
717 offset = read_8_bytes (unit->abfd, buf, buf_end); in read_indirect_string()
737 bfd_byte * buf_end, in read_indirect_line_string() argument
745 if (buf + unit->offset_size > buf_end) in read_indirect_line_string()
752 offset = read_4_bytes (unit->abfd, buf, buf_end); in read_indirect_line_string()
754 offset = read_8_bytes (unit->abfd, buf, buf_end); in read_indirect_line_string()
777 bfd_byte * buf_end, in read_alt_indirect_string() argument
784 if (buf + unit->offset_size > buf_end) in read_alt_indirect_string()
791 offset = read_4_bytes (unit->abfd, buf, buf_end); in read_alt_indirect_string()
793 offset = read_8_bytes (unit->abfd, buf, buf_end); in read_alt_indirect_string()
876 read_address (struct comp_unit *unit, bfd_byte *buf, bfd_byte * buf_end) in read_address() argument
883 if (buf + unit->addr_size > buf_end) in read_address()
1960 bfd_byte *buf_end, struct line_info_table *table, in read_formatted_entries() argument
1974 format_count = read_1_byte (abfd, buf, buf_end); in read_formatted_entries()
1979 _bfd_safe_read_leb128 (abfd, buf, &bytes_read, FALSE, buf_end); in read_formatted_entries()
1981 _bfd_safe_read_leb128 (abfd, buf, &bytes_read, FALSE, buf_end); in read_formatted_entries()
1985 data_count = _bfd_safe_read_leb128 (abfd, buf, &bytes_read, FALSE, buf_end); in read_formatted_entries()
1996 if (data_count > (bfd_vma) (buf_end - buf)) in read_formatted_entries()
2020 FALSE, buf_end); in read_formatted_entries()
2047 buf_end); in read_formatted_entries()
2050 buf = read_attribute_value (&attr, form, 0, unit, buf, buf_end); in read_formatted_entries()