Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c8977 size_t abbrev_lookup_allocated = 0; in display_debug_names() local
8987 if (abbrev_lookup_used == abbrev_lookup_allocated) in display_debug_names()
8989 abbrev_lookup_allocated = MAX (0x100, in display_debug_names()
8990 abbrev_lookup_allocated * 2); in display_debug_names()
8992 (abbrev_lookup_allocated in display_debug_names()
8995 assert (abbrev_lookup_used < abbrev_lookup_allocated); in display_debug_names()