Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dincremental.cc1581 unsigned int* index_map = new unsigned int[obj->shnum()]; in write_info_blocks() local
1582 memset(index_map, 0, obj->shnum() * sizeof(unsigned int)); in write_info_blocks()
1589 index_map[shndx] = i + 1; in write_info_blocks()
1639 shndx = index_map[orig_shndx]; in write_info_blocks()
1678 delete[] index_map; in write_info_blocks()