Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c809 static unsigned long num_abbrev_map_entries = 0; variable
827 num_abbrev_map_entries = INITIAL_NUM_ABBREV_MAP_ENTRIES; in record_abbrev_list_for_cu()
828 cu_abbrev_map = xmalloc (num_abbrev_map_entries * sizeof (* cu_abbrev_map)); in record_abbrev_list_for_cu()
830 else if (next_free_abbrev_map_entry == num_abbrev_map_entries) in record_abbrev_list_for_cu()
832 num_abbrev_map_entries += ABBREV_MAP_ENTRIES_INCREMENT; in record_abbrev_list_for_cu()
833 cu_abbrev_map = xrealloc (cu_abbrev_map, num_abbrev_map_entries * sizeof (* cu_abbrev_map)); in record_abbrev_list_for_cu()