Lines Matching refs:abbrev_ptr
874 bfd_byte *abbrev_ptr; in read_abbrevs() local
894 abbrev_ptr = stash->dwarf_abbrev_buffer + offset; in read_abbrevs()
896 abbrev_number = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
897 abbrev_ptr += bytes_read; in read_abbrevs()
910 safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
911 abbrev_ptr += bytes_read; in read_abbrevs()
912 cur_abbrev->has_children = read_1_byte (abfd, abbrev_ptr, abbrev_end); in read_abbrevs()
913 abbrev_ptr += 1; in read_abbrevs()
916 abbrev_name = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
917 abbrev_ptr += bytes_read; in read_abbrevs()
918 abbrev_form = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
919 abbrev_ptr += bytes_read; in read_abbrevs()
953 abbrev_name = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
954 abbrev_ptr += bytes_read; in read_abbrevs()
955 abbrev_form = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
956 abbrev_ptr += bytes_read; in read_abbrevs()
970 if ((unsigned int) (abbrev_ptr - stash->dwarf_abbrev_buffer) in read_abbrevs()
973 abbrev_number = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
974 abbrev_ptr += bytes_read; in read_abbrevs()