Home
last modified time | relevance | path

Searched refs:abbrev_end (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dreduced_debug_output.cc149 unsigned char* abbrev_end = this->postprocessing_buffer() + in set_final_data_size() local
152 while(abbrev_data < abbrev_end) in set_final_data_size()
157 if (abbrev_data >= abbrev_end) in set_final_data_size()
185 if (current_abbrev >= abbrev_end) in set_final_data_size()
/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c875 bfd_byte *abbrev_end; in read_abbrevs() local
895 abbrev_end = stash->dwarf_abbrev_buffer + stash->dwarf_abbrev_size; in read_abbrevs()
896 abbrev_number = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
910 safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
912 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr, abbrev_end); in read_abbrevs()
916 abbrev_name = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
918 abbrev_form = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
953 abbrev_name = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
955 abbrev_form = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
973 abbrev_number = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()