Searched refs:index_map (Results 1 – 1 of 1) sorted by relevance
1581 unsigned int* index_map = new unsigned int[obj->shnum()]; in write_info_blocks() local1582 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()