Searched refs:abbrevs (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/gcc-8.0/libbacktrace/ |
| HD | dwarf.c | 120 struct abbrevs struct 125 struct abbrev *abbrevs; argument 297 struct abbrevs abbrevs; member 638 free_abbrevs (struct backtrace_state *state, struct abbrevs *abbrevs, in free_abbrevs() argument 643 for (i = 0; i < abbrevs->num_abbrevs; ++i) in free_abbrevs() 644 backtrace_free (state, abbrevs->abbrevs[i].attrs, in free_abbrevs() 645 abbrevs->abbrevs[i].num_attrs * sizeof (struct attr), in free_abbrevs() 647 backtrace_free (state, abbrevs->abbrevs, in free_abbrevs() 648 abbrevs->num_abbrevs * sizeof (struct abbrev), in free_abbrevs() 650 abbrevs->num_abbrevs = 0; in free_abbrevs() [all …]
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | reduced_debug_output.h | 97 set_abbreviations(Output_reduced_debug_abbrev_section* abbrevs) in set_abbreviations() argument 98 { associated_abbrev_ = abbrevs; } in set_abbreviations()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | reduced_debug_output.h | 97 set_abbreviations(Output_reduced_debug_abbrev_section* abbrevs) in set_abbreviations() argument 98 { associated_abbrev_ = abbrevs; } in set_abbreviations()
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | dwarf2.c | 211 struct abbrev_info **abbrevs; member 667 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev() argument 673 abbrev = abbrevs[hash_number]; in lookup_abbrev() 694 struct abbrev_info **abbrevs; in read_abbrevs() local 707 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt); in read_abbrevs() 708 if (abbrevs == NULL) in read_abbrevs() 752 struct abbrev_info *abbrev = abbrevs[i]; in read_abbrevs() 776 cur_abbrev->next = abbrevs[hash_number]; in read_abbrevs() 777 abbrevs[hash_number] = cur_abbrev; in read_abbrevs() 791 if (lookup_abbrev (abbrev_number,abbrevs) != NULL) in read_abbrevs() [all …]
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | dwarf2.c | 232 struct abbrev_info **abbrevs; member 919 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev() argument 925 abbrev = abbrevs[hash_number]; in lookup_abbrev() 945 struct abbrev_info **abbrevs; member 967 struct abbrev_info **abbrevs = ent->abbrevs; in del_abbrev() local 972 struct abbrev_info *abbrev = abbrevs[i]; in del_abbrev() 992 struct abbrev_info **abbrevs; in read_abbrevs() local 1009 return ((struct abbrev_offset_entry *) (*slot))->abbrevs; in read_abbrevs() 1018 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt); in read_abbrevs() 1019 if (abbrevs == NULL) in read_abbrevs() [all …]
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | dwarf2.c | 223 struct abbrev_info **abbrevs; member 846 lookup_abbrev (unsigned int number, struct abbrev_info **abbrevs) in lookup_abbrev() argument 852 abbrev = abbrevs[hash_number]; in lookup_abbrev() 873 struct abbrev_info **abbrevs; in read_abbrevs() local 890 abbrevs = (struct abbrev_info **) bfd_zalloc (abfd, amt); in read_abbrevs() 891 if (abbrevs == NULL) in read_abbrevs() 936 struct abbrev_info *abbrev = abbrevs[i]; in read_abbrevs() 960 cur_abbrev->next = abbrevs[hash_number]; in read_abbrevs() 961 abbrevs[hash_number] = cur_abbrev; in read_abbrevs() 975 if (lookup_abbrev (abbrev_number, abbrevs) != NULL) in read_abbrevs() [all …]
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | dwarf2read.c | 1020 struct abbrev_info **abbrevs; member 13100 abbrev->next = abbrev_table->abbrevs[hash_number]; in abbrev_table_add_abbrev() 13101 abbrev_table->abbrevs[hash_number] = abbrev; in abbrev_table_add_abbrev() 13115 abbrev = abbrev_table->abbrevs[hash_number]; in abbrev_table_lookup_abbrev() 13145 abbrev_table->abbrevs = obstack_alloc (&abbrev_table->abbrev_obstack, in abbrev_table_read_table() 13148 memset (abbrev_table->abbrevs, 0, in abbrev_table_read_table()
|