Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.c81 static unsigned int shndx_pool_used = 0; variable
6858 shndx_pool_used = 0; in prealloc_cu_tu_list()
6864 shndx_pool_size = shndx_pool_used + nshndx; in prealloc_cu_tu_list()
6873 if (shndx_pool_used >= shndx_pool_size) in add_shndx_to_cu_tu_entry()
6878 shndx_pool [shndx_pool_used++] = shndx; in add_shndx_to_cu_tu_entry()
6884 if (shndx_pool_used >= shndx_pool_size) in end_cu_tu_entry()
6889 shndx_pool [shndx_pool_used++] = 0; in end_cu_tu_entry()
7187 for (i = 0; i < shndx_pool_used; i++) in find_cu_tu_set()
7191 if (i >= shndx_pool_used) in find_cu_tu_set()
DChangeLog-2013480 (shndx_pool_used): Move to top of file.
DChangeLog-2012118 (cu_tu_indexes_read, shndx_pool, shndx_pool_size, shndx_pool_used):