Home
last modified time | relevance | path

Searched refs:abbrev_info (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dreduced_debug_output.cc245 std::pair<uint64_t, uint64_t> abbrev_info = in get_new_abbrev() local
247 *abbrev_number = abbrev_info.first; in get_new_abbrev()
248 return &this->data_[abbrev_info.second]; in get_new_abbrev()
/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c223 struct abbrev_info **abbrevs;
280 struct abbrev_info struct
287 struct abbrev_info *next; /* Next in chain. */ argument
782 static struct abbrev_info *
783 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev()
786 struct abbrev_info *abbrev; in lookup_abbrev()
807 static struct abbrev_info**
810 struct abbrev_info **abbrevs; in read_abbrevs()
812 struct abbrev_info *cur_abbrev; in read_abbrevs()
822 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE; in read_abbrevs()
[all …]
DChangeLog-00013581 (struct abbrev_info): Move definition.