Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c41 static unsigned int alloc_num_debug_info_entries = 0; variable
2386 alloc_num_debug_info_entries = num_debug_info_entries = 0; in process_debug_info()
2396 alloc_num_debug_info_entries = num_units; in process_debug_info()
2725 if (debug_information && unit < alloc_num_debug_info_entries) in process_debug_info()
2755 if (num_units > alloc_num_debug_info_entries) in process_debug_info()
2756 num_debug_info_entries = alloc_num_debug_info_entries; in process_debug_info()
7876 alloc_num_debug_info_entries = num_debug_info_entries = 0; in free_debug_memory()
DChangeLog-2015987 * dwarf.c (alloc_num_debug_info_entries): New variable.
995 (free_debug_memory): Reset alloc_num_debug_info_entries.