Home
last modified time | relevance | path

Searched refs:abbrev_number (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Dreduced_debug_output.cc146 uint64_t abbrev_number; in set_final_data_size() local
155 while((abbrev_number = read_unsigned_LEB_128(abbrev_data, &LEB_size))) in set_final_data_size()
206 abbrev_number)] = in set_final_data_size()
242 uint64_t* abbrev_number, uint64_t abbrev_offset) in get_new_abbrev() argument
246 this->abbrev_mapping_[std::make_pair(abbrev_offset, *abbrev_number)]; in get_new_abbrev()
247 *abbrev_number = abbrev_info.first; in get_new_abbrev()
Dreduced_debug_output.h51 unsigned char* get_new_abbrev(uint64_t* abbrev_number,
/toolchain/binutils/binutils-2.27/bfd/
Ddwarf2.c877 unsigned int abbrev_number, bytes_read, abbrev_name; in read_abbrevs() local
896 abbrev_number = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
900 while (abbrev_number) in read_abbrevs()
908 cur_abbrev->number = abbrev_number; in read_abbrevs()
959 hash_number = abbrev_number % ABBREV_HASH_SIZE; in read_abbrevs()
973 abbrev_number = safe_read_leb128 (abfd, abbrev_ptr, &bytes_read, FALSE, abbrev_end); in read_abbrevs()
975 if (lookup_abbrev (abbrev_number, abbrevs) != NULL) in read_abbrevs()
2284 unsigned int abbrev_number, bytes_read, i; in find_abstract_instance_name() local
2345 abbrev_number = safe_read_leb128 (abfd, info_ptr, &bytes_read, FALSE, info_ptr_end); in find_abstract_instance_name()
2348 if (abbrev_number) in find_abstract_instance_name()
[all …]
/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c2235 unsigned long abbrev_number; in read_and_display_attr_value() local
2238 abbrev_number = read_uleb128 (section->start + uvalue, NULL, end); in read_and_display_attr_value()
2240 printf (_("\t[Abbrev Number: %ld"), abbrev_number); in read_and_display_attr_value()
2247 if (entry->entry == abbrev_number) in read_and_display_attr_value()
2605 unsigned long abbrev_number; in process_debug_info() local
2613 abbrev_number = read_uleb128 (tags, & bytes_read, start); in process_debug_info()
2618 if (abbrev_number == 0) in process_debug_info()
2669 level, die_offset, abbrev_number); in process_debug_info()
2680 entry && entry->entry != abbrev_number; in process_debug_info()
2692 die_offset, abbrev_number); in process_debug_info()
DChangeLog-9899384 (display_debug_info): Change abbrev_number to unsigned long.