Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Ddwarf.c80 static unsigned int *shndx_pool = NULL; variable
7345 if (shndx_pool == NULL) in prealloc_cu_tu_list()
7349 shndx_pool = (unsigned int *) xcmalloc (shndx_pool_size, in prealloc_cu_tu_list()
7355 shndx_pool = (unsigned int *) xcrealloc (shndx_pool, shndx_pool_size, in prealloc_cu_tu_list()
7368 shndx_pool [shndx_pool_used++] = shndx; in add_shndx_to_cu_tu_entry()
7379 shndx_pool [shndx_pool_used++] = 0; in end_cu_tu_entry()
7753 if (shndx_pool [i] == shndx) in find_cu_tu_set()
7760 while (i > 0 && shndx_pool [i - 1] != 0) in find_cu_tu_set()
7763 return shndx_pool + i; in find_cu_tu_set()
DChangeLog-2013479 * dwarf.c (cu_tu_indexes_read, shndx_pool, shndx_pool_size)
DChangeLog-2012118 (cu_tu_indexes_read, shndx_pool, shndx_pool_size, shndx_pool_used):
/toolchain/binutils/binutils-2.27/gold/
DChangeLog-08152822 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
3074 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
3620 (Dwp_output_file::Dwp_index::shndx_pool): Remove.