Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/binutils/
H A Ddwarf.c8975 struct abbrev_lookup_entry *abbrev_lookup = NULL; in display_debug_names() local
8991 abbrev_lookup = xrealloc (abbrev_lookup, in display_debug_names()
8993 * sizeof (*abbrev_lookup))); in display_debug_names()
8997 for (entry = abbrev_lookup; in display_debug_names()
8998 entry < abbrev_lookup + abbrev_lookup_used; in display_debug_names()
9007 entry = &abbrev_lookup[abbrev_lookup_used++]; in display_debug_names()
9070 for (entry = abbrev_lookup; in display_debug_names()
9071 entry < abbrev_lookup + abbrev_lookup_used; in display_debug_names()
9075 if (entry >= abbrev_lookup + abbrev_lookup_used) in display_debug_names()
9112 free (abbrev_lookup); in display_debug_names()